#9800B0

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

Shades of Dark Violet #9800B0

Tints of Dark Violet #9800B0

Color information

#9800B0 (or 0x9800B0) is unknown color: approx Dark Violet. HEX triplet: 98, 00 and B0. RGB value is (152,0,176). Sum of RGB (Red+Green+Blue) = 152+0+176=328 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.34% from 328); Green value is 0 (0.39% from 255 or 0% from 328); Blue value is 176 (69.14% from 255 or 53.66% from 328); Max value from RGB is 176 - color contains mainly: blue. Hex color #9800B0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9800B0 is #67FF4F. Grayscale: #404040. Windows color (decimal): -6815568 or 11534488. OLE color: 11534488.

HSL color Cylindrical-coordinate representation of color #9800B0: hue angle of 291.82º degrees, saturation: 1, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9800B0 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1520176-
CMYK0.14100.31
HSL291.82º100%34.51%-
HSV(B)291.82º100%69.02%-
XYZ20.799.8141.87-
YUV65.51190.36189.69-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.34%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 176 (69.14% from 255) = 53.66%
R=46.34%
G=0%
B=53.66%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15201760.14100.31291.8210034.51
Hex980B0E6401F1246423
Octal23002601614403744414443
Binary10011000010110000111011001000111111001001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9800B0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9800B0; }

 p { color: rgb(152,0,176); }

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

<style>
 a { background-color: #9800B0; }

 a { background-color: rgb(152,0,176); }

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

<style>
 span { border-color: #9800B0; }

 span { border-color: rgb(152,0,176); }

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