#9803B8

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

Shades of Dark Violet #9803B8

Tints of Dark Violet #9803B8

Color information

#9803B8 (or 0x9803B8) is unknown color: approx Dark Violet. HEX triplet: 98, 03 and B8. RGB value is (152,3,184). Sum of RGB (Red+Green+Blue) = 152+3+184=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 3 (1.56% from 255 or 0.88% from 339); Blue value is 184 (72.27% from 255 or 54.28% from 339); Max value from RGB is 184 - color contains mainly: blue. Hex color #9803B8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9803B8 is #67FC47. Grayscale: #434343. Windows color (decimal): -6814792 or 12059544. OLE color: 12059544.

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

Color convert

RGB1523184-
CMYK0.170.9800.28
HSL289.39º96.79%36.67%-
HSV(B)289.39º98.37%72.16%-
XYZ21.6310.246.18-
YUV68.18193.36187.78-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 3 (1.56% from 255) = 0.88%
BLUE value IS 184 (72.27% from 255) = 54.28%
R=44.84%
G=0.88%
B=54.28%

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
Decimal15231840.170.9800.28289.3996.7936.67
Hex983B8116201C1216125
Octal23032702114203444114145
Binary1001100011101110001000111000100111001001000011100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9803B8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9803B8; }

 p { color: rgb(152,3,184); }

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

<style>
 a { background-color: #9803B8; }

 a { background-color: rgb(152,3,184); }

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

<style>
 span { border-color: #9803B8; }

 span { border-color: rgb(152,3,184); }

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