Html Css Color HEX #981972 Dark Purple

📋 copy color: '#981972'

red 152 ◦ green 25 ◦ blue 114

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

Shades of Dark Purple #981972

Tints of Dark Purple #981972

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 39.18%

R = 52.23%
G = 8.59%
B = 39.18%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.25

 K value IS 0.40

RGB Variations

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

Color information

#981972 (or 0x981972) is known color: Dark Purple. HEX triplet: 98, 19 and 72. RGB value is (152,25,114). Sum of RGB (Red+Green+Blue) = 152+25+114=291 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.23% from 291); Green value is 25 (10.16% from 255 or 8.59% from 291); Blue value is 114 (44.92% from 255 or 39.18% from 291); Max value from RGB is 152 - color contains mainly: red. Hex color #981972 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981972 is #67E68D. Grayscale: #484848. Windows color (decimal): -6809230 or 7477656. OLE color: 7477656.

HSL color Cylindrical-coordinate representation of color #981972: hue angle of 317.95º 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 #981972 is Cyan = 0, Magento = 0.84, Yellow = 0.25 and Black (K on CMYK) = 0.40.

Color convert

RGB 152 25 114 -
CMYK 0 0.84 0.25 0.40
HSL 317.95º 0.72% 0.35% -
HSV(B) 317.95º 0.84% 0.6% -
XYZ 16.33 8.59 16.72 -
YUV 73.12 151.08 184.26 -
System Red Green Blue C M Y K H S L
Decimal 152 25 114 0 0.84 0.25 0.40 317.95 0.72 0.35
Hex 98 19 72 0 54 19 28 13E 48 23
Octal 230 31 162 0 124 31 50 476 110 43
Binary 10011000 11001 1110010 0 1010100 11001 101000 100111110 1001000 100011

Color Harmonies of #981972

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981972

Black with #981972

Text Example


Text Example

White with #981972

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981972; }

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

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

background-color css

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

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

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

border-color css

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

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

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