#980FE5

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

Shades of Dark Violet #980FE5

Tints of Dark Violet #980FE5

Color information

#980FE5 (or 0x980FE5) is unknown color: approx Dark Violet. HEX triplet: 98, 0F and E5. RGB value is (152,15,229). Sum of RGB (Red+Green+Blue) = 152+15+229=396 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.38% from 396); Green value is 15 (6.25% from 255 or 3.79% from 396); Blue value is 229 (89.84% from 255 or 57.83% from 396); Max value from RGB is 229 - color contains mainly: blue. Hex color #980FE5 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FE5 is #67F01A. Grayscale: #4F4F4F. Windows color (decimal): -6811675 or 15011736. OLE color: 15011736.

HSL color Cylindrical-coordinate representation of color #980FE5: hue angle of 278.41º degrees, saturation: 0.88, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FE5 is Cyan = 0.34, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB15215229-
CMYK0.340.9300.10
HSL278.41º87.7%47.84%-
HSV(B)278.41º93.45%89.8%-
XYZ27.2612.6775.14-
YUV80.36211.89179.1-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.38%
GREEN value IS 15 (6.25% from 255) = 3.79%
BLUE value IS 229 (89.84% from 255) = 57.83%
R=38.38%
G=3.79%
B=57.83%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.10
SystemRedGreenBlueCMYKHSL
Decimal152152290.340.9300.10278.4187.747.84
Hex98FE5225D0A1165830
Octal230173454213501242613060
Binary100110001111111001011000101011101010101000101101011000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980FE5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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