#980AE4

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

Shades of Dark Violet #980AE4

Tints of Dark Violet #980AE4

Color information

#980AE4 (or 0x980AE4) is unknown color: approx Dark Violet. HEX triplet: 98, 0A and E4. RGB value is (152,10,228). Sum of RGB (Red+Green+Blue) = 152+10+228=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 10 (4.30% from 255 or 2.56% from 390); Blue value is 228 (89.45% from 255 or 58.46% from 390); Max value from RGB is 228 - color contains mainly: blue. Hex color #980AE4 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980AE4 is #67F51B. Grayscale: #4C4C4C. Windows color (decimal): -6812956 or 14944920. OLE color: 14944920.

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

Color convert

RGB15210228-
CMYK0.330.9600.11
HSL279.08º91.6%46.67%-
HSV(B)279.08º95.61%89.41%-
XYZ27.0612.4974.38-
YUV77.31213.04181.27-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 38.97%
GREEN value IS 10 (4.30% from 255) = 2.56%
BLUE value IS 228 (89.45% from 255) = 58.46%
R=38.97%
G=2.56%
B=58.46%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.11
SystemRedGreenBlueCMYKHSL
Decimal152102280.330.9600.11279.0891.646.67
Hex98AE421600B1175c2f
Octal230123444114001342713457
Binary100110001010111001001000011100000010111000101111011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980AE4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,10,228); }

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

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

 a { background-color: rgb(152,10,228); }

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

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

 span { border-color: rgb(152,10,228); }

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