#900BF6

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

Shades of Blue Violet #900BF6

Tints of Blue Violet #900BF6

Color information

#900BF6 (or 0x900BF6) is unknown color: approx Blue Violet. HEX triplet: 90, 0B and F6. RGB value is (144,11,246). Sum of RGB (Red+Green+Blue) = 144+11+246=401 (53% of max value = 765). Red value is 144 (56.64% from 255 or 35.91% from 401); Green value is 11 (4.69% from 255 or 2.74% from 401); Blue value is 246 (96.48% from 255 or 61.35% from 401); Max value from RGB is 246 - color contains mainly: blue. Hex color #900BF6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #900BF6 is #6FF409. Grayscale: #4C4C4C. Windows color (decimal): -7336970 or 16124816. OLE color: 16124816.

HSL color Cylindrical-coordinate representation of color #900BF6: hue angle of 273.96º degrees, saturation: 0.93, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #900BF6 is Cyan = 0.41, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.04.

Color convert

RGB14411246-
CMYK0.410.9600.04
HSL273.96º92.89%50.39%-
HSV(B)273.96º95.53%96.47%-
XYZ28.2612.8288.17-
YUV77.56223.06175.39-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 35.91%
GREEN value IS 11 (4.69% from 255) = 2.74%
BLUE value IS 246 (96.48% from 255) = 61.35%
R=35.91%
G=2.74%
B=61.35%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal144112460.410.9600.04273.9692.8950.39
Hex90BF62960041125d32
Octal22013366511400442213562
Binary10010000101111110110101001110000001001000100101011101110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900BF6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900BF6; }

 p { color: rgb(144,11,246); }

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

<style>
 a { background-color: #900BF6; }

 a { background-color: rgb(144,11,246); }

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

<style>
 span { border-color: #900BF6; }

 span { border-color: rgb(144,11,246); }

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