#9800B1

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

Shades of Dark Violet #9800B1

Tints of Dark Violet #9800B1

Color information

#9800B1 (or 0x9800B1) is unknown color: approx Dark Violet. HEX triplet: 98, 00 and B1. RGB value is (152,0,177). Sum of RGB (Red+Green+Blue) = 152+0+177=329 (43% of max value = 765). Red value is 152 (59.77% from 255 or 46.20% from 329); Green value is 0 (0.39% from 255 or 0% from 329); Blue value is 177 (69.53% from 255 or 53.80% from 329); Max value from RGB is 177 - color contains mainly: blue. Hex color #9800B1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #9800B1 is #67FF4E. Grayscale: #414141. Windows color (decimal): -6815567 or 11600024. OLE color: 11600024.

HSL color Cylindrical-coordinate representation of color #9800B1: hue angle of 291.53º 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 #9800B1 is Cyan = 0.14, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB1520177-
CMYK0.14100.31
HSL291.53º100%34.71%-
HSV(B)291.53º100%69.41%-
XYZ20.889.8542.4-
YUV65.63190.86189.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 46.20%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 177 (69.53% from 255) = 53.80%
R=46.20%
G=0%
B=53.80%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal15201770.14100.31291.5310034.71
Hex980B1E6401F1246423
Octal23002611614403744414443
Binary10011000010110001111011001000111111001001001100100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9800B1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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