Html Css Color HEX #980ECD Dark Violet

📋 copy color: '#980ECD'

red 152 ◦ green 14 ◦ blue 205

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

Shades of Dark Violet #980ECD

Tints of Dark Violet #980ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.26%

R = 40.97%
G = 3.77%
B = 55.26%

CMYK

 C value IS 0.26

 M value IS 0.93

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#980ECD (or 0x980ECD) is known color: Dark Violet. HEX triplet: 98, 0E and CD. RGB value is (152,14,205). Sum of RGB (Red+Green+Blue) = 152+14+205=371 (49% of max value = 765). Red value is 152 (59.77% from 255 or 40.97% from 371); Green value is 14 (5.86% from 255 or 3.77% from 371); Blue value is 205 (80.47% from 255 or 55.26% from 371); Max value from RGB is 205 - color contains mainly: blue. Hex color #980ECD is not a web safe color. Web safe color analog (approx): #9900CC. Inversed color of #980ECD is #67F132. Grayscale: #4C4C4C. Windows color (decimal): -6811955 or 13438616. OLE color: 13438616.

HSL color Cylindrical-coordinate representation of color #980ECD: hue angle of 283.35º degrees, saturation: 0.87, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #980ECD is Cyan = 0.26, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 152 14 205 -
CMYK 0.26 0.93 0 0.20
HSL 283.35º 0.87% 0.43% -
HSV(B) 283.35º 0.93% 0.8% -
XYZ 24.13 11.4 58.69 -
YUV 77.04 200.22 181.47 -
System Red Green Blue C M Y K H S L
Decimal 152 14 205 0.26 0.93 0 0.20 283.35 0.87 0.43
Hex 98 E CD 1A 5D 0 14 11B 57 2B
Octal 230 16 315 32 135 0 24 433 127 53
Binary 10011000 1110 11001101 11010 1011101 0 10100 100011011 1010111 101011

Color Harmonies of #980ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980ECD

Black with #980ECD

Text Example


Text Example

White with #980ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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