#9904B7

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

Shades of Dark Violet #9904B7

Tints of Dark Violet #9904B7

Color information

#9904B7 (or 0x9904B7) is unknown color: approx Dark Violet. HEX triplet: 99, 04 and B7. RGB value is (153,4,183). Sum of RGB (Red+Green+Blue) = 153+4+183=340 (45% of max value = 765). Red value is 153 (60.16% from 255 or 45% from 340); Green value is 4 (1.95% from 255 or 1.18% from 340); Blue value is 183 (71.88% from 255 or 53.82% from 340); Max value from RGB is 183 - color contains mainly: blue. Hex color #9904B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9904B7 is #66FB48. Grayscale: #444444. Windows color (decimal): -6749001 or 11994265. OLE color: 11994265.

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

Color convert

RGB1534183-
CMYK0.160.9800.28
HSL289.94º95.72%36.67%-
HSV(B)289.94º97.81%71.76%-
XYZ21.7310.2845.64-
YUV68.96192.36187.95-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 45%
GREEN value IS 4 (1.95% from 255) = 1.18%
BLUE value IS 183 (71.88% from 255) = 53.82%
R=45%
G=1.18%
B=53.82%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15341830.160.9800.28289.9495.7236.67
Hex994B7106201C1226025
Octal23142672014203444214045
Binary10011001100101101111000011000100111001001000101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9904B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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