#9804B7

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

Shades of Dark Violet #9804B7

Tints of Dark Violet #9804B7

Color information

#9804B7 (or 0x9804B7) is unknown color: approx Dark Violet. HEX triplet: 98, 04 and B7. RGB value is (152,4,183). Sum of RGB (Red+Green+Blue) = 152+4+183=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 4 (1.95% from 255 or 1.18% from 339); Blue value is 183 (71.88% from 255 or 53.98% from 339); Max value from RGB is 183 - color contains mainly: blue. Hex color #9804B7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9804B7 is #67FB48. Grayscale: #444444. Windows color (decimal): -6814537 or 11994264. OLE color: 11994264.

HSL color Cylindrical-coordinate representation of color #9804B7: hue angle of 289.61º 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 #9804B7 is Cyan = 0.17, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB1524183-
CMYK0.170.9800.28
HSL289.61º95.72%36.67%-
HSV(B)289.61º97.81%71.76%-
XYZ21.5410.1845.63-
YUV68.66192.53187.45-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 4 (1.95% from 255) = 1.18%
BLUE value IS 183 (71.88% from 255) = 53.98%
R=44.84%
G=1.18%
B=53.98%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal15241830.170.9800.28289.6195.7236.67
Hex984B7116201C1226025
Octal23042672114203444214045
Binary10011000100101101111000111000100111001001000101100000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9804B7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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