#980FC0

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

Shades of Dark Violet #980FC0

Tints of Dark Violet #980FC0

Color information

#980FC0 (or 0x980FC0) is unknown color: approx Dark Violet. HEX triplet: 98, 0F and C0. RGB value is (152,15,192). Sum of RGB (Red+Green+Blue) = 152+15+192=359 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.34% from 359); Green value is 15 (6.25% from 255 or 4.18% from 359); Blue value is 192 (75.39% from 255 or 53.48% from 359); Max value from RGB is 192 - color contains mainly: blue. Hex color #980FC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FC0 is #67F03F. Grayscale: #4B4B4B. Windows color (decimal): -6811712 or 12586904. OLE color: 12586904.

HSL color Cylindrical-coordinate representation of color #980FC0: hue angle of 286.44º degrees, saturation: 0.86, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #980FC0 is Cyan = 0.21, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB15215192-
CMYK0.210.9200.25
HSL286.44º85.51%40.59%-
HSV(B)286.44º92.19%75.29%-
XYZ22.6310.8250.77-
YUV76.14193.39182.11-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 42.34%
GREEN value IS 15 (6.25% from 255) = 4.18%
BLUE value IS 192 (75.39% from 255) = 53.48%
R=42.34%
G=4.18%
B=53.48%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal152151920.210.9200.25286.4485.5140.59
Hex98FC0155C01911e5629
Octal230173002513403143612651
Binary100110001111110000001010110111000110011000111101010110101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980FC0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,15,192); }

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

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

 a { background-color: rgb(152,15,192); }

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

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

 span { border-color: rgb(152,15,192); }

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