Html Css Color HEX #980EE0 Dark Violet

📋 copy color: '#980EE0'

red 152 ◦ green 14 ◦ blue 224

#980EE0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Dark Violet #980EE0

Tints of Dark Violet #980EE0

RGB

 RED value IS 152 (59.77% from 255) = 38.97%

 GREEN value IS 14 (5.86% from 255) = 3.59%

 BLUE value IS 224 (87.89% from 255) = 57.44%

R = 38.97%
G = 3.59%
B = 57.44%

CMYK

 C value IS 0.32

 M value IS 0.94

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#980EE0 (or 0x980EE0) is known color: Dark Violet. HEX triplet: 98, 0E and E0. RGB value is (152,14,224). Sum of RGB (Red+Green+Blue) = 152+14+224=390 (51% of max value = 765). Red value is 152 (59.77% from 255 or 38.97% from 390); Green value is 14 (5.86% from 255 or 3.59% from 390); Blue value is 224 (87.89% from 255 or 57.44% from 390); Max value from RGB is 224 - color contains mainly: blue. Hex color #980EE0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EE0 is #67F11F. Grayscale: #4E4E4E. Windows color (decimal): -6811936 or 14683800. OLE color: 14683800.

HSL color Cylindrical-coordinate representation of color #980EE0: hue angle of 279.43º degrees, saturation: 0.88, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #980EE0 is Cyan = 0.32, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 152 14 224 -
CMYK 0.32 0.94 0 0.12
HSL 279.43º 0.88% 0.47% -
HSV(B) 279.43º 0.94% 0.88% -
XYZ 26.56 12.37 71.51 -
YUV 79.2 209.72 179.92 -
System Red Green Blue C M Y K H S L
Decimal 152 14 224 0.32 0.94 0 0.12 279.43 0.88 0.47
Hex 98 E E0 20 5E 0 C 117 58 2F
Octal 230 16 340 40 136 0 14 427 130 57
Binary 10011000 1110 11100000 100000 1011110 0 1100 100010111 1011000 101111

Color Harmonies of #980EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980EE0

Black with #980EE0

Text Example


Text Example

White with #980EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(152,14,224); }

 H1.HeaderClassName
 {
   color: #980EE0;
 }
 .AnyTagClassName
 {
   color: #980EE0;
 }
</style>

background-color css

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

 a { background-color: rgb(152,14,224); }

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

border-color css

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

 span { border-color: rgb(152,14,224); }

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