#9004DD

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

Shades of Dark Violet #9004DD

Tints of Dark Violet #9004DD

Color information

#9004DD (or 0x9004DD) is unknown color: approx Dark Violet. HEX triplet: 90, 04 and DD. RGB value is (144,4,221). Sum of RGB (Red+Green+Blue) = 144+4+221=369 (48% of max value = 765). Red value is 144 (56.64% from 255 or 39.02% from 369); Green value is 4 (1.95% from 255 or 1.08% from 369); Blue value is 221 (86.72% from 255 or 59.89% from 369); Max value from RGB is 221 - color contains mainly: blue. Hex color #9004DD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9004DD is #6FFB22. Grayscale: #454545. Windows color (decimal): -7338787 or 14484624. OLE color: 14484624.

HSL color Cylindrical-coordinate representation of color #9004DD: hue angle of 278.71º degrees, saturation: 0.96, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9004DD is Cyan = 0.35, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB1444221-
CMYK0.350.9800.13
HSL278.71º96.44%44.12%-
HSV(B)278.71º98.19%86.67%-
XYZ24.611.2469.28-
YUV70.6212.88180.36-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 39.02%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 221 (86.72% from 255) = 59.89%
R=39.02%
G=1.08%
B=59.89%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal14442210.350.9800.13278.7196.4444.12
Hex904DD23620D117602c
Octal22043354314201542714054
Binary10010000100110111011000111100010011011000101111100000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9004DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9004DD; }

 p { color: rgb(144,4,221); }

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

<style>
 a { background-color: #9004DD; }

 a { background-color: rgb(144,4,221); }

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

<style>
 span { border-color: #9004DD; }

 span { border-color: rgb(144,4,221); }

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