#9213f1

Color #9213F1 Blue Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Blue Violet #9213F1

Tints of Blue Violet #9213F1

Color information

#9213F1 (or 0x9213F1) is unknown color: approx Blue Violet. HEX triplet: 92, 13 and F1. RGB value is (146,19,241). Sum of RGB (Red+Green+Blue) = 146+19+241=406 (53% of max value = 765). Red value is 146 (57.42% from 255 or 35.96% from 406); Green value is 19 (7.81% from 255 or 4.68% from 406); Blue value is 241 (94.53% from 255 or 59.36% from 406); Max value from RGB is 241 - color contains mainly: blue. Hex color #9213F1 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9213F1 is #6DEC0E. Grayscale: #515151. Windows color (decimal): -7203855 or 15799186. OLE color: 15799186.

HSL color Cylindrical-coordinate representation of color #9213F1: hue angle of 274.32º degrees, saturation: 0.89, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9213F1 is Cyan = 0.39, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB14619241-
CMYK0.390.9200.05
HSL274.32º88.8%50.98%-
HSV(B)274.32º92.12%94.51%-
XYZ27.9612.9384.24-
YUV82.28217.58173.45-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 146 (57.42% from 255) = 35.96%
GREEN value IS 19 (7.81% from 255) = 4.68%
BLUE value IS 241 (94.53% from 255) = 59.36%
R=35.96%
G=4.68%
B=59.36%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal146192410.390.9200.05274.3288.850.98
Hex9213F1275C051125933
Octal22223361471340542213163
Binary100100101001111110001100111101110001011000100101011001110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9213f1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9213f1; }

 p { color: rgb(146,19,241); }

 H1.HeaderClassName
 {
   color: #9213f1;
 }
 .AnyTagClassName
 {
   color: #9213f1;
 }
</style>
background-color css

<style>
 a { background-color: #9213f1; }

 a { background-color: rgb(146,19,241); }

 div.DivClassName
 {
   background-color: #9213f1;
 }
 .BgClassName
 {
   background-color: #9213f1;
 }
</style>
border-color css

<style>
 span { border-color: #9213f1; }

 span { border-color: rgb(146,19,241); }

 td.TdClassName
 {
   border-color: #9213f1;
 }
 .TagClassName
 {
   border-color: #9213f1;
 }
</style>