#980BB0

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

Shades of Dark Violet #980BB0

Tints of Dark Violet #980BB0

Color information

#980BB0 (or 0x980BB0) is unknown color: approx Dark Violet. HEX triplet: 98, 0B and B0. RGB value is (152,11,176). Sum of RGB (Red+Green+Blue) = 152+11+176=339 (44% of max value = 765). Red value is 152 (59.77% from 255 or 44.84% from 339); Green value is 11 (4.69% from 255 or 3.24% from 339); Blue value is 176 (69.14% from 255 or 51.92% from 339); Max value from RGB is 176 - color contains mainly: blue. Hex color #980BB0 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980BB0 is #67F44F. Grayscale: #474747. Windows color (decimal): -6812752 or 11537304. OLE color: 11537304.

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

Color convert

RGB15211176-
CMYK0.140.9400.31
HSL291.27º88.24%36.67%-
HSV(B)291.27º93.75%69.02%-
XYZ20.9110.0541.91-
YUV71.97186.71185.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.84%
GREEN value IS 11 (4.69% from 255) = 3.24%
BLUE value IS 176 (69.14% from 255) = 51.92%
R=44.84%
G=3.24%
B=51.92%

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
Decimal152111760.140.9400.31291.2788.2436.67
Hex98BB0E5E01F1235825
Octal230132601613603744313045
Binary10011000101110110000111010111100111111001000111011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980BB0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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