#980ABF

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

Shades of Dark Violet #980ABF

Tints of Dark Violet #980ABF

Color information

#980ABF (or 0x980ABF) is unknown color: approx Dark Violet. HEX triplet: 98, 0A and BF. RGB value is (152,10,191). Sum of RGB (Red+Green+Blue) = 152+10+191=353 (46% of max value = 765). Red value is 152 (59.77% from 255 or 43.06% from 353); Green value is 10 (4.30% from 255 or 2.83% from 353); Blue value is 191 (75% from 255 or 54.11% from 353); Max value from RGB is 191 - color contains mainly: blue. Hex color #980ABF is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ABF is #67F540. Grayscale: #484848. Windows color (decimal): -6812993 or 12520088. OLE color: 12520088.

HSL color Cylindrical-coordinate representation of color #980ABF: hue angle of 287.07º degrees, saturation: 0.9, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #980ABF is Cyan = 0.20, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15210191-
CMYK0.200.9500.25
HSL287.07º90.05%39.41%-
HSV(B)287.07º94.76%74.9%-
XYZ22.4610.6550.16-
YUV73.09194.54184.28-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 43.06%
GREEN value IS 10 (4.30% from 255) = 2.83%
BLUE value IS 191 (75% from 255) = 54.11%
R=43.06%
G=2.83%
B=54.11%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152101910.200.9500.25287.0790.0539.41
Hex98ABF145F01911f5a27
Octal230122772413703143713247
Binary100110001010101111111010010111110110011000111111011010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,10,191); }

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

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

 a { background-color: rgb(152,10,191); }

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

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

 span { border-color: rgb(152,10,191); }

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