#9007F6

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

Shades of Dark Violet #9007F6

Tints of Dark Violet #9007F6

Color information

#9007F6 (or 0x9007F6) is unknown color: approx Dark Violet. HEX triplet: 90, 07 and F6. RGB value is (144,7,246). Sum of RGB (Red+Green+Blue) = 144+7+246=397 (52% of max value = 765). Red value is 144 (56.64% from 255 or 36.27% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 246 (96.48% from 255 or 61.96% from 397); Max value from RGB is 246 - color contains mainly: blue. Hex color #9007F6 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #9007F6 is #6FF809. Grayscale: #4A4A4A. Windows color (decimal): -7337994 or 16123792. OLE color: 16123792.

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

Color convert

RGB1447246-
CMYK0.410.9700.04
HSL274.39º94.47%49.61%-
HSV(B)274.39º97.15%96.47%-
XYZ28.2112.7488.16-
YUV75.21224.39177.07-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 36.27%
GREEN value IS 7 (3.12% from 255) = 1.76%
BLUE value IS 246 (96.48% from 255) = 61.96%
R=36.27%
G=1.76%
B=61.96%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal14472460.410.9700.04274.3994.4749.61
Hex907F62961041125e32
Octal2207366511410442213662
Binary1001000011111110110101001110000101001000100101011110110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9007F6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9007F6; }

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

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

<style>
 a { background-color: #9007F6; }

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

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

<style>
 span { border-color: #9007F6; }

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

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