#9012FF

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

Shades of Blue Violet #9012FF

Tints of Blue Violet #9012FF

Color information

#9012FF (or 0x9012FF) is unknown color: approx Blue Violet. HEX triplet: 90, 12 and FF. RGB value is (144,18,255). Sum of RGB (Red+Green+Blue) = 144+18+255=417 (55% of max value = 765). Red value is 144 (56.64% from 255 or 34.53% from 417); Green value is 18 (7.42% from 255 or 4.32% from 417); Blue value is 255 (100% from 255 or 61.15% from 417); Max value from RGB is 255 - color contains mainly: blue. Hex color #9012FF is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9012FF is #6FED00. Grayscale: #515151. Windows color (decimal): -7335169 or 16716432. OLE color: 16716432.

HSL color Cylindrical-coordinate representation of color #9012FF: hue angle of 271.9º degrees, saturation: 1, lightness: 0.54%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9012FF is Cyan = 0.44, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.

Color convert

RGB14418255-
CMYK0.440.9300
HSL271.9º100%53.53%-
HSV(B)271.9º92.94%100%-
XYZ29.7713.5895.66-
YUV82.69225.24171.73-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 34.53%
GREEN value IS 18 (7.42% from 255) = 4.32%
BLUE value IS 255 (100% from 255) = 61.15%
R=34.53%
G=4.32%
B=61.15%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal144182550.440.9300271.910053.53
Hex9012FF2C5D001106436
Octal22022377541350042014466
Binary1001000010010111111111011001011101001000100001100100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9012FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9012FF; }

 p { color: rgb(144,18,255); }

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

<style>
 a { background-color: #9012FF; }

 a { background-color: rgb(144,18,255); }

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

<style>
 span { border-color: #9012FF; }

 span { border-color: rgb(144,18,255); }

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