#980EAF

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

Shades of Dark Violet #980EAF

Tints of Dark Violet #980EAF

Color information

#980EAF (or 0x980EAF) is unknown color: approx Dark Violet. HEX triplet: 98, 0E and AF. RGB value is (152,14,175). Sum of RGB (Red+Green+Blue) = 152+14+175=341 (45% of max value = 765). Red value is 152 (59.77% from 255 or 44.57% from 341); Green value is 14 (5.86% from 255 or 4.11% from 341); Blue value is 175 (68.75% from 255 or 51.32% from 341); Max value from RGB is 175 - color contains mainly: blue. Hex color #980EAF is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #980EAF is #67F150. Grayscale: #494949. Windows color (decimal): -6811985 or 11472536. OLE color: 11472536.

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

Color convert

RGB15214175-
CMYK0.130.9200.31
HSL291.43º85.19%37.06%-
HSV(B)291.43º92%68.63%-
XYZ20.8410.0841.41-
YUV73.62185.22183.91-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 44.57%
GREEN value IS 14 (5.86% from 255) = 4.11%
BLUE value IS 175 (68.75% from 255) = 51.32%
R=44.57%
G=4.11%
B=51.32%

CMYK

C (Cyan) values IS 0.13
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal152141750.130.9200.31291.4385.1937.06
Hex98EAFD5C01F1235525
Octal230162571513403744312545
Binary10011000111010101111110110111000111111001000111010101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980EAF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,14,175); }

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

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

 a { background-color: rgb(152,14,175); }

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

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

 span { border-color: rgb(152,14,175); }

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