#9802BD

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

Shades of Dark Violet #9802BD

Tints of Dark Violet #9802BD

Color information

#9802BD (or 0x9802BD) is unknown color: approx Dark Violet. HEX triplet: 98, 02 and BD. RGB value is (152,2,189). Sum of RGB (Red+Green+Blue) = 152+2+189=343 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.31% from 343); Green value is 2 (1.17% from 255 or 0.58% from 343); Blue value is 189 (74.22% from 255 or 55.10% from 343); Max value from RGB is 189 - color contains mainly: blue. Hex color #9802BD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #9802BD is #67FD42. Grayscale: #434343. Windows color (decimal): -6815043 or 12386968. OLE color: 12386968.

HSL color Cylindrical-coordinate representation of color #9802BD: hue angle of 288.13º degrees, saturation: 0.98, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9802BD is Cyan = 0.20, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB1522189-
CMYK0.200.9900.26
HSL288.13º97.91%37.45%-
HSV(B)288.13º98.94%74.12%-
XYZ22.1610.3948.98-
YUV68.17196.2187.79-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.31%
GREEN value IS 2 (1.17% from 255) = 0.58%
BLUE value IS 189 (74.22% from 255) = 55.10%
R=44.31%
G=0.58%
B=55.10%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal15221890.200.9900.26288.1397.9137.45
Hex982BD146301A1206225
Octal23022752414303244014245
Binary1001100010101111011010011000110110101001000001100010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9802BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9802BD; }

 p { color: rgb(152,2,189); }

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

<style>
 a { background-color: #9802BD; }

 a { background-color: rgb(152,2,189); }

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

<style>
 span { border-color: #9802BD; }

 span { border-color: rgb(152,2,189); }

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