#900DD4

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

Shades of Dark Violet #900DD4

Tints of Dark Violet #900DD4

Color information

#900DD4 (or 0x900DD4) is unknown color: approx Dark Violet. HEX triplet: 90, 0D and D4. RGB value is (144,13,212). Sum of RGB (Red+Green+Blue) = 144+13+212=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 13 (5.47% from 255 or 3.52% from 369); Blue value is 212 (83.20% from 255 or 57.45% from 369); Max value from RGB is 212 - color contains mainly: blue. Hex color #900DD4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #900DD4 is #6FF22B. Grayscale: #4A4A4A. Windows color (decimal): -7336492 or 13897104. OLE color: 13897104.

HSL color Cylindrical-coordinate representation of color #900DD4: hue angle of 279.5º degrees, saturation: 0.88, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900DD4 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB14413212-
CMYK0.320.9400.17
HSL279.5º88.44%44.12%-
HSV(B)279.5º93.87%83.14%-
XYZ23.5310.9763.16-
YUV74.85205.4177.32-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 13 (5.47% from 255) = 3.52%
BLUE value IS 212 (83.20% from 255) = 57.45%
R=39.02%
G=3.52%
B=57.45%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal144132120.320.9400.17279.588.4444.12
Hex90DD4205E011117582c
Octal220153244013602142713054
Binary1001000011011101010010000010111100100011000101111011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900DD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(144,13,212); }

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

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

 a { background-color: rgb(144,13,212); }

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

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

 span { border-color: rgb(144,13,212); }

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