#9010D2

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

Shades of Dark Violet #9010D2

Tints of Dark Violet #9010D2

Color information

#9010D2 (or 0x9010D2) is unknown color: approx Dark Violet. HEX triplet: 90, 10 and D2. RGB value is (144,16,210). Sum of RGB (Red+Green+Blue) = 144+16+210=370 (49% of max value = 765). Red value is 144 (56.64% from 255 or 38.92% from 370); Green value is 16 (6.64% from 255 or 4.32% from 370); Blue value is 210 (82.42% from 255 or 56.76% from 370); Max value from RGB is 210 - color contains mainly: blue. Hex color #9010D2 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9010D2 is #6FEF2D. Grayscale: #4B4B4B. Windows color (decimal): -7335726 or 13766800. OLE color: 13766800.

HSL color Cylindrical-coordinate representation of color #9010D2: hue angle of 279.59º degrees, saturation: 0.86, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #9010D2 is Cyan = 0.31, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB14416210-
CMYK0.310.9200.18
HSL279.59º85.84%44.31%-
HSV(B)279.59º92.38%82.35%-
XYZ23.3210.9561.86-
YUV76.39203.41176.23-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 38.92%
GREEN value IS 16 (6.64% from 255) = 4.32%
BLUE value IS 210 (82.42% from 255) = 56.76%
R=38.92%
G=4.32%
B=56.76%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal144162100.310.9200.18279.5985.8444.31
Hex9010D21F5C012118562c
Octal220203223713402243012654
Binary1001000010000110100101111110111000100101000110001010110101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9010D2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9010D2; }

 p { color: rgb(144,16,210); }

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

<style>
 a { background-color: #9010D2; }

 a { background-color: rgb(144,16,210); }

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

<style>
 span { border-color: #9010D2; }

 span { border-color: rgb(144,16,210); }

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