#980DE9

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

Shades of Dark Violet #980DE9

Tints of Dark Violet #980DE9

Color information

#980DE9 (or 0x980DE9) is unknown color: approx Dark Violet. HEX triplet: 98, 0D and E9. RGB value is (152,13,233). Sum of RGB (Red+Green+Blue) = 152+13+233=398 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.19% from 398); Green value is 13 (5.47% from 255 or 3.27% from 398); Blue value is 233 (91.41% from 255 or 58.54% from 398); Max value from RGB is 233 - color contains mainly: blue. Hex color #980DE9 is not a web safe color. Web safe color analog (approx): #9900FF. Inversed color of #980DE9 is #67F216. Grayscale: #4E4E4E. Windows color (decimal): -6812183 or 15273368. OLE color: 15273368.

HSL color Cylindrical-coordinate representation of color #980DE9: hue angle of 277.91º degrees, saturation: 0.89, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.91% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980DE9 is Cyan = 0.35, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.09.

Color convert

RGB15213233-
CMYK0.350.9400.09
HSL277.91º89.43%48.24%-
HSV(B)277.91º94.42%91.37%-
XYZ27.812.8578.11-
YUV79.64214.55179.61-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.19%
GREEN value IS 13 (5.47% from 255) = 3.27%
BLUE value IS 233 (91.41% from 255) = 58.54%
R=38.19%
G=3.27%
B=58.54%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.09
SystemRedGreenBlueCMYKHSL
Decimal152132330.350.9400.09277.9189.4348.24
Hex98DE9235E091165930
Octal230153514313601142613160
Binary100110001101111010011000111011110010011000101101011001110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980DE9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,13,233); }

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

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

 a { background-color: rgb(152,13,233); }

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

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

 span { border-color: rgb(152,13,233); }

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