Html Css Color HEX #971988 Dark Purple

📋 copy color: '#971988'

red 151 ◦ green 25 ◦ blue 136

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

Shades of Dark Purple #971988

Tints of Dark Purple #971988

RGB

 RED value IS 151 (59.38% from 255) = 48.4%

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

 BLUE value IS 136 (53.52% from 255) = 43.59%

R = 48.4%
G = 8.01%
B = 43.59%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#971988 (or 0x971988) is known color: Dark Purple. HEX triplet: 97, 19 and 88. RGB value is (151,25,136). Sum of RGB (Red+Green+Blue) = 151+25+136=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 25 (10.16% from 255 or 8.01% from 312); Blue value is 136 (53.52% from 255 or 43.59% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #971988 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971988 is #68E677. Grayscale: #4B4B4B. Windows color (decimal): -6874744 or 8919447. OLE color: 8919447.

HSL color Cylindrical-coordinate representation of color #971988: hue angle of 307.14º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #971988 is Cyan = 0, Magento = 0.83, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 136 -
CMYK 0 0.83 0.10 0.41
HSL 307.14º 0.72% 0.35% -
HSV(B) 307.14º 0.83% 0.59% -
XYZ 17.55 9.05 24.11 -
YUV 75.33 162.24 181.97 -
System Red Green Blue C M Y K H S L
Decimal 151 25 136 0 0.83 0.10 0.41 307.14 0.72 0.35
Hex 97 19 88 0 53 A 29 133 48 23
Octal 227 31 210 0 123 12 51 463 110 43
Binary 10010111 11001 10001000 0 1010011 1010 101001 100110011 1001000 100011

Color Harmonies of #971988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971988

Black with #971988

Text Example


Text Example

White with #971988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971988; }

 p { color: rgb(151,25,136); }

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

background-color css

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

 a { background-color: rgb(151,25,136); }

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

border-color css

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

 span { border-color: rgb(151,25,136); }

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