#9904D7

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

Shades of Dark Violet #9904D7

Tints of Dark Violet #9904D7

Color information

#9904D7 (or 0x9904D7) is unknown color: approx Dark Violet. HEX triplet: 99, 04 and D7. RGB value is (153,4,215). Sum of RGB (Red+Green+Blue) = 153+4+215=372 (49% of max value = 765). Red value is 153 (60.16% from 255 or 41.13% from 372); Green value is 4 (1.95% from 255 or 1.08% from 372); Blue value is 215 (84.38% from 255 or 57.80% from 372); Max value from RGB is 215 - color contains mainly: blue. Hex color #9904D7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9904D7 is #66FB28. Grayscale: #474747. Windows color (decimal): -6748969 or 14091417. OLE color: 14091417.

HSL color Cylindrical-coordinate representation of color #9904D7: hue angle of 282.37º degrees, saturation: 0.96, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9904D7 is Cyan = 0.29, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB1534215-
CMYK0.290.9800.16
HSL282.37º96.35%42.94%-
HSV(B)282.37º98.14%84.31%-
XYZ25.4511.7765.22-
YUV72.6208.36185.34-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 41.13%
GREEN value IS 4 (1.95% from 255) = 1.08%
BLUE value IS 215 (84.38% from 255) = 57.80%
R=41.13%
G=1.08%
B=57.80%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal15342150.290.9800.16282.3796.3542.94
Hex994D71D6201011a602b
Octal23143273514202043214053
Binary10011001100110101111110111000100100001000110101100000101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9904D7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9904D7; }

 p { color: rgb(153,4,215); }

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

<style>
 a { background-color: #9904D7; }

 a { background-color: rgb(153,4,215); }

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

<style>
 span { border-color: #9904D7; }

 span { border-color: rgb(153,4,215); }

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