#980EBD

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

Shades of Dark Violet #980EBD

Tints of Dark Violet #980EBD

Color information

#980EBD (or 0x980EBD) is unknown color: approx Dark Violet. HEX triplet: 98, 0E and BD. RGB value is (152,14,189). Sum of RGB (Red+Green+Blue) = 152+14+189=355 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.82% from 355); Green value is 14 (5.86% from 255 or 3.94% from 355); Blue value is 189 (74.22% from 255 or 53.24% from 355); Max value from RGB is 189 - color contains mainly: blue. Hex color #980EBD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EBD is #67F142. Grayscale: #4A4A4A. Windows color (decimal): -6811971 or 12390040. OLE color: 12390040.

HSL color Cylindrical-coordinate representation of color #980EBD: hue angle of 287.31º degrees, saturation: 0.86, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980EBD is Cyan = 0.20, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB15214189-
CMYK0.200.9300.26
HSL287.31º86.21%39.8%-
HSV(B)287.31º92.59%74.12%-
XYZ22.2910.6649.03-
YUV75.21192.22182.77-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.82%
GREEN value IS 14 (5.86% from 255) = 3.94%
BLUE value IS 189 (74.22% from 255) = 53.24%
R=42.82%
G=3.94%
B=53.24%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal152141890.200.9300.26287.3186.2139.8
Hex98EBD145D01A11f5628
Octal230162752413503243712650
Binary100110001110101111011010010111010110101000111111010110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980EBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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