Html Css Color HEX #980EC0 Dark Violet

📋 copy color: '#980EC0'

red 152 ◦ green 14 ◦ blue 192

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

Shades of Dark Violet #980EC0

Tints of Dark Violet #980EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 53.63%

R = 42.46%
G = 3.91%
B = 53.63%

CMYK

 C value IS 0.21

 M value IS 0.93

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#980EC0 (or 0x980EC0) is known color: Dark Violet. HEX triplet: 98, 0E and C0. RGB value is (152,14,192). Sum of RGB (Red+Green+Blue) = 152+14+192=358 (47% of max value = 765). Red value is 152 (59.77% from 255 or 42.46% from 358); Green value is 14 (5.86% from 255 or 3.91% from 358); Blue value is 192 (75.39% from 255 or 53.63% from 358); Max value from RGB is 192 - color contains mainly: blue. Hex color #980EC0 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EC0 is #67F13F. Grayscale: #4A4A4A. Windows color (decimal): -6811968 or 12586648. OLE color: 12586648.

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

Color convert

RGB 152 14 192 -
CMYK 0.21 0.93 0 0.25
HSL 286.52º 0.86% 0.4% -
HSV(B) 286.52º 0.93% 0.75% -
XYZ 22.62 10.8 50.76 -
YUV 75.55 193.72 182.53 -
System Red Green Blue C M Y K H S L
Decimal 152 14 192 0.21 0.93 0 0.25 286.52 0.86 0.4
Hex 98 E C0 15 5D 0 19 11F 56 28
Octal 230 16 300 25 135 0 31 437 126 50
Binary 10011000 1110 11000000 10101 1011101 0 11001 100011111 1010110 101000

Color Harmonies of #980EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980EC0

Black with #980EC0

Text Example


Text Example

White with #980EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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