#980BB3

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

Shades of Dark Violet #980BB3

Tints of Dark Violet #980BB3

Color information

#980BB3 (or 0x980BB3) is unknown color: approx Dark Violet. HEX triplet: 98, 0B and B3. RGB value is (152,11,179). Sum of RGB (Red+Green+Blue) = 152+11+179=342 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.44% from 342); Green value is 11 (4.69% from 255 or 3.22% from 342); Blue value is 179 (70.31% from 255 or 52.34% from 342); Max value from RGB is 179 - color contains mainly: blue. Hex color #980BB3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980BB3 is #67F44C. Grayscale: #474747. Windows color (decimal): -6812749 or 11733912. OLE color: 11733912.

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

Color convert

RGB15211179-
CMYK0.150.9400.30
HSL290.36º88.42%37.25%-
HSV(B)290.36º93.85%70.2%-
XYZ21.2110.1743.49-
YUV72.31188.21184.84-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.44%
GREEN value IS 11 (4.69% from 255) = 3.22%
BLUE value IS 179 (70.31% from 255) = 52.34%
R=44.44%
G=3.22%
B=52.34%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal152111790.150.9400.30290.3688.4237.25
Hex98BB3F5E01E1225825
Octal230132631713603644213045
Binary10011000101110110011111110111100111101001000101011000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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