Html Css Color HEX #971786 Dark Purple

📋 copy color: '#971786'

red 151 ◦ green 23 ◦ blue 134

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

Shades of Dark Purple #971786

Tints of Dark Purple #971786

RGB

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

 GREEN value IS 23 (9.38% from 255) = 7.47%

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

R = 49.03%
G = 7.47%
B = 43.51%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#971786 (or 0x971786) is known color: Dark Purple. HEX triplet: 97, 17 and 86. RGB value is (151,23,134). Sum of RGB (Red+Green+Blue) = 151+23+134=308 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.03% from 308); Green value is 23 (9.38% from 255 or 7.47% from 308); Blue value is 134 (52.73% from 255 or 43.51% from 308); Max value from RGB is 151 - color contains mainly: red. Hex color #971786 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971786 is #68E879. Grayscale: #494949. Windows color (decimal): -6875258 or 8787863. OLE color: 8787863.

HSL color Cylindrical-coordinate representation of color #971786: hue angle of 307.97º degrees, saturation: 0.74, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #971786 is Cyan = 0, Magento = 0.85, Yellow = 0.11 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 23 134 -
CMYK 0 0.85 0.11 0.41
HSL 307.97º 0.74% 0.34% -
HSV(B) 307.97º 0.85% 0.59% -
XYZ 17.37 8.91 23.36 -
YUV 73.93 161.91 182.97 -
System Red Green Blue C M Y K H S L
Decimal 151 23 134 0 0.85 0.11 0.41 307.97 0.74 0.34
Hex 97 17 86 0 55 B 29 134 4A 22
Octal 227 27 206 0 125 13 51 464 112 42
Binary 10010111 10111 10000110 0 1010101 1011 101001 100110100 1001010 100010

Color Harmonies of #971786

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971786

Black with #971786

Text Example


Text Example

White with #971786

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971786; }

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

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

background-color css

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

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

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

border-color css

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

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

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