#980CD1

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

Shades of Dark Violet #980CD1

Tints of Dark Violet #980CD1

Color information

#980CD1 (or 0x980CD1) is unknown color: approx Dark Violet. HEX triplet: 98, 0C and D1. RGB value is (152,12,209). Sum of RGB (Red+Green+Blue) = 152+12+209=373 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.75% from 373); Green value is 12 (5.08% from 255 or 3.22% from 373); Blue value is 209 (82.03% from 255 or 56.03% from 373); Max value from RGB is 209 - color contains mainly: blue. Hex color #980CD1 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980CD1 is #67F32E. Grayscale: #4B4B4B. Windows color (decimal): -6812463 or 13700248. OLE color: 13700248.

HSL color Cylindrical-coordinate representation of color #980CD1: hue angle of 282.64º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980CD1 is Cyan = 0.27, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB15212209-
CMYK0.270.9400.18
HSL282.64º89.14%43.33%-
HSV(B)282.64º94.26%81.96%-
XYZ24.5911.5461.25-
YUV76.32202.88181.98-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 40.75%
GREEN value IS 12 (5.08% from 255) = 3.22%
BLUE value IS 209 (82.03% from 255) = 56.03%
R=40.75%
G=3.22%
B=56.03%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal152122090.270.9400.18282.6489.1443.33
Hex98CD11B5E01211b592b
Octal230143213313602243313153
Binary100110001100110100011101110111100100101000110111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980CD1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,12,209); }

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

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

 a { background-color: rgb(152,12,209); }

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

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

 span { border-color: rgb(152,12,209); }

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