#9006F0

Color #9006F0 Dark Violet (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Violet #9006F0

Tints of Dark Violet #9006F0

Color information

#9006F0 (or 0x9006F0) is unknown color: approx Dark Violet. HEX triplet: 90, 06 and F0. RGB value is (144,6,240). Sum of RGB (Red+Green+Blue) = 144+6+240=390 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.92% from 390); Green value is 6 (2.73% from 255 or 1.54% from 390); Blue value is 240 (94.14% from 255 or 61.54% from 390); Max value from RGB is 240 - color contains mainly: blue. Hex color #9006F0 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9006F0 is #6FF90F. Grayscale: #494949. Windows color (decimal): -7338256 or 15730320. OLE color: 15730320.

HSL color Cylindrical-coordinate representation of color #9006F0: hue angle of 275.38º degrees, saturation: 0.95, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9006F0 is Cyan = 0.4, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB1446240-
CMYK0.40.9800.06
HSL275.38º95.12%48.24%-
HSV(B)275.38º97.5%94.12%-
XYZ27.2912.3583.38-
YUV73.94221.72177.97-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.92%
GREEN value IS 6 (2.73% from 255) = 1.54%
BLUE value IS 240 (94.14% from 255) = 61.54%
R=36.92%
G=1.54%
B=61.54%

CMYK

C (Cyan) values IS 0.4
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal14462400.40.9800.06275.3895.1248.24
Hex906F02862061135f30
Octal2206360501420642313760
Binary1001000011011110000101000110001001101000100111011111110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9006F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9006F0; }

 p { color: rgb(144,6,240); }

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

<style>
 a { background-color: #9006F0; }

 a { background-color: rgb(144,6,240); }

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

<style>
 span { border-color: #9006F0; }

 span { border-color: rgb(144,6,240); }

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