Html Css Color HEX #971986 Dark Purple

📋 copy color: '#971986'

red 151 ◦ green 25 ◦ blue 134

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

Shades of Dark Purple #971986

Tints of Dark Purple #971986

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 43.23%

R = 48.71%
G = 8.06%
B = 43.23%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#971986 (or 0x971986) is known color: Dark Purple. HEX triplet: 97, 19 and 86. RGB value is (151,25,134). Sum of RGB (Red+Green+Blue) = 151+25+134=310 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.71% from 310); Green value is 25 (10.16% from 255 or 8.06% from 310); Blue value is 134 (52.73% from 255 or 43.23% from 310); Max value from RGB is 151 - color contains mainly: red. Hex color #971986 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971986 is #68E679. Grayscale: #4A4A4A. Windows color (decimal): -6874746 or 8788375. OLE color: 8788375.

HSL color Cylindrical-coordinate representation of color #971986: hue angle of 308.1º 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 #971986 is Cyan = 0, Magento = 0.83, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 25 134 -
CMYK 0 0.83 0.11 0.41
HSL 308.1º 0.72% 0.35% -
HSV(B) 308.1º 0.83% 0.59% -
XYZ 17.41 9 23.37 -
YUV 75.1 161.24 182.14 -
System Red Green Blue C M Y K H S L
Decimal 151 25 134 0 0.83 0.11 0.41 308.1 0.72 0.35
Hex 97 19 86 0 53 B 29 134 48 23
Octal 227 31 206 0 123 13 51 464 110 43
Binary 10010111 11001 10000110 0 1010011 1011 101001 100110100 1001000 100011

Color Harmonies of #971986

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971986

Black with #971986

Text Example


Text Example

White with #971986

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971986; }

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

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

background-color css

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

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

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

border-color css

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

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

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