#980BB1

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

Shades of Dark Violet #980BB1

Tints of Dark Violet #980BB1

Color information

#980BB1 (or 0x980BB1) is unknown color: approx Dark Violet. HEX triplet: 98, 0B and B1. RGB value is (152,11,177). Sum of RGB (Red+Green+Blue) = 152+11+177=340 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.71% from 340); Green value is 11 (4.69% from 255 or 3.24% from 340); Blue value is 177 (69.53% from 255 or 52.06% from 340); Max value from RGB is 177 - color contains mainly: blue. Hex color #980BB1 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980BB1 is #67F44E. Grayscale: #474747. Windows color (decimal): -6812751 or 11602840. OLE color: 11602840.

HSL color Cylindrical-coordinate representation of color #980BB1: hue angle of 290.96º degrees, saturation: 0.88, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980BB1 is Cyan = 0.14, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB15211177-
CMYK0.140.9400.31
HSL290.96º88.3%36.86%-
HSV(B)290.96º93.79%69.41%-
XYZ2110.0942.44-
YUV72.08187.21185-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.71%
GREEN value IS 11 (4.69% from 255) = 3.24%
BLUE value IS 177 (69.53% from 255) = 52.06%
R=44.71%
G=3.24%
B=52.06%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152111770.140.9400.31290.9688.336.86
Hex98BB1E5E01F1235825
Octal230132611613603744313045
Binary10011000101110110001111010111100111111001000111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980BB1; }

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

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

<style>
 a { background-color: #980BB1; }

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

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

<style>
 span { border-color: #980BB1; }

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

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