Html Css Color HEX #981970 Dark Purple

📋 copy color: '#981970'

red 152 ◦ green 25 ◦ blue 112

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

Shades of Dark Purple #981970

Tints of Dark Purple #981970

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.65%

 BLUE value IS 112 (44.14% from 255) = 38.75%

R = 52.6%
G = 8.65%
B = 38.75%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.26

 K value IS 0.40

RGB Variations

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

Color information

#981970 (or 0x981970) is known color: Dark Purple. HEX triplet: 98, 19 and 70. RGB value is (152,25,112). Sum of RGB (Red+Green+Blue) = 152+25+112=289 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.60% from 289); Green value is 25 (10.16% from 255 or 8.65% from 289); Blue value is 112 (44.14% from 255 or 38.75% from 289); Max value from RGB is 152 - color contains mainly: red. Hex color #981970 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981970 is #67E68F. Grayscale: #484848. Windows color (decimal): -6809232 or 7346584. OLE color: 7346584.

HSL color Cylindrical-coordinate representation of color #981970: hue angle of 318.9º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #981970 is Cyan = 0, Magento = 0.84, Yellow = 0.26 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 112 -
CMYK 0 0.84 0.26 0.40
HSL 318.9º 0.72% 0.35% -
HSV(B) 318.9º 0.84% 0.6% -
XYZ 16.22 8.54 16.12 -
YUV 72.89 150.08 184.43 -
System Red Green Blue C M Y K H S L
Decimal 152 25 112 0 0.84 0.26 0.40 318.9 0.72 0.35
Hex 98 19 70 0 54 1A 28 13F 48 23
Octal 230 31 160 0 124 32 50 477 110 43
Binary 10011000 11001 1110000 0 1010100 11010 101000 100111111 1001000 100011

Color Harmonies of #981970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981970

Black with #981970

Text Example


Text Example

White with #981970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981970; }

 p { color: rgb(152,25,112); }

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

background-color css

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

 a { background-color: rgb(152,25,112); }

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

border-color css

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

 span { border-color: rgb(152,25,112); }

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