Html Css Color HEX #980F79 Dark Purple

📋 copy color: '#980F79'

red 152 ◦ green 15 ◦ blue 121

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

Shades of Dark Purple #980F79

Tints of Dark Purple #980F79

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.21%

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

R = 52.78%
G = 5.21%
B = 42.01%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.20

 K value IS 0.40

RGB Variations

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

Color information

#980F79 (or 0x980F79) is known color: Dark Purple. HEX triplet: 98, 0F and 79. RGB value is (152,15,121). Sum of RGB (Red+Green+Blue) = 152+15+121=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 15 (6.25% from 255 or 5.21% from 288); Blue value is 121 (47.66% from 255 or 42.01% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #980F79 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980F79 is #67F086. Grayscale: #434343. Windows color (decimal): -6811783 or 7933848. OLE color: 7933848.

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

Color convert

RGB 152 15 121 -
CMYK 0 0.90 0.20 0.40
HSL 313.58º 0.82% 0.33% -
HSV(B) 313.58º 0.9% 0.6% -
XYZ 16.57 8.4 18.84 -
YUV 68.05 157.89 187.88 -
System Red Green Blue C M Y K H S L
Decimal 152 15 121 0 0.90 0.20 0.40 313.58 0.82 0.33
Hex 98 F 79 0 5A 14 28 13A 52 21
Octal 230 17 171 0 132 24 50 472 122 41
Binary 10011000 1111 1111001 0 1011010 10100 101000 100111010 1010010 100001

Color Harmonies of #980F79

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980F79

Black with #980F79

Text Example


Text Example

White with #980F79

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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