#9007E2

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

Shades of Dark Violet #9007E2

Tints of Dark Violet #9007E2

Color information

#9007E2 (or 0x9007E2) is unknown color: approx Dark Violet. HEX triplet: 90, 07 and E2. RGB value is (144,7,226). Sum of RGB (Red+Green+Blue) = 144+7+226=377 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.20% from 377); Green value is 7 (3.12% from 255 or 1.86% from 377); Blue value is 226 (88.67% from 255 or 59.95% from 377); Max value from RGB is 226 - color contains mainly: blue. Hex color #9007E2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9007E2 is #6FF81D. Grayscale: #484848. Windows color (decimal): -7338014 or 14813072. OLE color: 14813072.

HSL color Cylindrical-coordinate representation of color #9007E2: hue angle of 277.53º degrees, saturation: 0.94, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9007E2 is Cyan = 0.36, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB1447226-
CMYK0.360.9700.11
HSL277.53º93.99%45.69%-
HSV(B)277.53º96.9%88.63%-
XYZ25.3111.5772.85-
YUV72.93214.39178.69-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.20%
GREEN value IS 7 (3.12% from 255) = 1.86%
BLUE value IS 226 (88.67% from 255) = 59.95%
R=38.20%
G=1.86%
B=59.95%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal14472260.360.9700.11277.5393.9945.69
Hex907E224610B1165e2e
Octal22073424414101342613656
Binary10010000111111000101001001100001010111000101101011110101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9007E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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