Html Css Color HEX #980EC7 Dark Violet

📋 copy color: '#980EC7'

red 152 ◦ green 14 ◦ blue 199

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

Shades of Dark Violet #980EC7

Tints of Dark Violet #980EC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.52%

R = 41.64%
G = 3.84%
B = 54.52%

CMYK

 C value IS 0.24

 M value IS 0.93

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#980EC7 (or 0x980EC7) is known color: Dark Violet. HEX triplet: 98, 0E and C7. RGB value is (152,14,199). Sum of RGB (Red+Green+Blue) = 152+14+199=365 (48% of max value = 765). Red value is 152 (59.77% from 255 or 41.64% from 365); Green value is 14 (5.86% from 255 or 3.84% from 365); Blue value is 199 (78.12% from 255 or 54.52% from 365); Max value from RGB is 199 - color contains mainly: blue. Hex color #980EC7 is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980EC7 is #67F138. Grayscale: #4B4B4B. Windows color (decimal): -6811961 or 13045400. OLE color: 13045400.

HSL color Cylindrical-coordinate representation of color #980EC7: hue angle of 284.76º degrees, saturation: 0.87, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980EC7 is Cyan = 0.24, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 152 14 199 -
CMYK 0.24 0.93 0 0.22
HSL 284.76º 0.87% 0.42% -
HSV(B) 284.76º 0.93% 0.78% -
XYZ 23.41 11.11 54.94 -
YUV 76.35 197.22 181.96 -
System Red Green Blue C M Y K H S L
Decimal 152 14 199 0.24 0.93 0 0.22 284.76 0.87 0.42
Hex 98 E C7 18 5D 0 16 11D 57 2A
Octal 230 16 307 30 135 0 26 435 127 52
Binary 10011000 1110 11000111 11000 1011101 0 10110 100011101 1010111 101010

Color Harmonies of #980EC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980EC7

Black with #980EC7

Text Example


Text Example

White with #980EC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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