#980FE3

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

Shades of Dark Violet #980FE3

Tints of Dark Violet #980FE3

Color information

#980FE3 (or 0x980FE3) is unknown color: approx Dark Violet. HEX triplet: 98, 0F and E3. RGB value is (152,15,227). Sum of RGB (Red+Green+Blue) = 152+15+227=394 (52% of max value = 765). Red value is 152 (59.77% from 255 or 38.58% from 394); Green value is 15 (6.25% from 255 or 3.81% from 394); Blue value is 227 (89.06% from 255 or 57.61% from 394); Max value from RGB is 227 - color contains mainly: blue. Hex color #980FE3 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980FE3 is #67F01C. Grayscale: #4F4F4F. Windows color (decimal): -6811677 or 14880664. OLE color: 14880664.

HSL color Cylindrical-coordinate representation of color #980FE3: hue angle of 278.77º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980FE3 is Cyan = 0.33, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB15215227-
CMYK0.330.9300.11
HSL278.77º87.6%47.45%-
HSV(B)278.77º93.39%89.02%-
XYZ26.9812.5673.68-
YUV80.13210.89179.26-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.58%
GREEN value IS 15 (6.25% from 255) = 3.81%
BLUE value IS 227 (89.06% from 255) = 57.61%
R=38.58%
G=3.81%
B=57.61%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152152270.330.9300.11278.7787.647.45
Hex98FE3215D0B117582f
Octal230173434113501342713057
Binary100110001111111000111000011011101010111000101111011000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980FE3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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