#980DC8

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

Shades of Dark Violet #980DC8

Tints of Dark Violet #980DC8

Color information

#980DC8 (or 0x980DC8) is unknown color: approx Dark Violet. HEX triplet: 98, 0D and C8. RGB value is (152,13,200). Sum of RGB (Red+Green+Blue) = 152+13+200=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 13 (5.47% from 255 or 3.56% from 365); Blue value is 200 (78.52% from 255 or 54.79% from 365); Max value from RGB is 200 - color contains mainly: blue. Hex color #980DC8 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980DC8 is #67F237. Grayscale: #4B4B4B. Windows color (decimal): -6812216 or 13110680. OLE color: 13110680.

HSL color Cylindrical-coordinate representation of color #980DC8: hue angle of 284.6º degrees, saturation: 0.88, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980DC8 is Cyan = 0.24, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB15213200-
CMYK0.240.9400.22
HSL284.6º87.79%41.76%-
HSV(B)284.6º93.5%78.43%-
XYZ23.5211.1355.55-
YUV75.88198.05182.29-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 41.64%
GREEN value IS 13 (5.47% from 255) = 3.56%
BLUE value IS 200 (78.52% from 255) = 54.79%
R=41.64%
G=3.56%
B=54.79%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal152132000.240.9400.22284.687.7941.76
Hex98DC8185E01611d582a
Octal230153103013602643513052
Binary100110001101110010001100010111100101101000111011011000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980DC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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