Html Css Color HEX #980E79 Dark Purple

📋 copy color: '#980E79'

red 152 ◦ green 14 ◦ blue 121

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

Shades of Dark Purple #980E79

Tints of Dark Purple #980E79

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 42.16%

R = 52.96%
G = 4.88%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980E79 (or 0x980E79) is known color: Dark Purple. HEX triplet: 98, 0E and 79. RGB value is (152,14,121). Sum of RGB (Red+Green+Blue) = 152+14+121=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 14 (5.86% from 255 or 4.88% from 287); Blue value is 121 (47.66% from 255 or 42.16% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #980E79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980E79 is #67F186. Grayscale: #434343. Windows color (decimal): -6812039 or 7933592. OLE color: 7933592.

HSL color Cylindrical-coordinate representation of color #980E79: hue angle of 313.48º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #980E79 is Cyan = 0, Magento = 0.91, Yellow = 0.20 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 14 121 -
CMYK 0 0.91 0.20 0.40
HSL 313.48º 0.83% 0.33% -
HSV(B) 313.48º 0.91% 0.6% -
XYZ 16.56 8.37 18.83 -
YUV 67.46 158.22 188.3 -
System Red Green Blue C M Y K H S L
Decimal 152 14 121 0 0.91 0.20 0.40 313.48 0.83 0.33
Hex 98 E 79 0 5B 14 28 139 53 21
Octal 230 16 171 0 133 24 50 471 123 41
Binary 10011000 1110 1111001 0 1011011 10100 101000 100111001 1010011 100001

Color Harmonies of #980E79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980E79

Black with #980E79

Text Example


Text Example

White with #980E79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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