Html Css Color HEX #971182 Dark Purple

📋 copy color: '#971182'

red 151 ◦ green 17 ◦ blue 130

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

Shades of Dark Purple #971182

Tints of Dark Purple #971182

RGB

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

 GREEN value IS 17 (7.03% from 255) = 5.7%

 BLUE value IS 130 (51.17% from 255) = 43.62%

R = 50.67%
G = 5.7%
B = 43.62%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#971182 (or 0x971182) is known color: Dark Purple. HEX triplet: 97, 11 and 82. RGB value is (151,17,130). Sum of RGB (Red+Green+Blue) = 151+17+130=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 17 (7.03% from 255 or 5.70% from 298); Blue value is 130 (51.17% from 255 or 43.62% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #971182 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971182 is #68EE7D. Grayscale: #454545. Windows color (decimal): -6876798 or 8524183. OLE color: 8524183.

HSL color Cylindrical-coordinate representation of color #971182: hue angle of 309.4º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #971182 is Cyan = 0, Magento = 0.89, Yellow = 0.14 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 17 130 -
CMYK 0 0.89 0.14 0.41
HSL 309.4º 0.8% 0.33% -
HSV(B) 309.4º 0.89% 0.59% -
XYZ 16.99 8.59 21.88 -
YUV 69.95 161.89 185.81 -
System Red Green Blue C M Y K H S L
Decimal 151 17 130 0 0.89 0.14 0.41 309.4 0.8 0.33
Hex 97 11 82 0 59 E 29 135 50 21
Octal 227 21 202 0 131 16 51 465 120 41
Binary 10010111 10001 10000010 0 1011001 1110 101001 100110101 1010000 100001

Color Harmonies of #971182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971182

Black with #971182

Text Example


Text Example

White with #971182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971182; }

 p { color: rgb(151,17,130); }

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

background-color css

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

 a { background-color: rgb(151,17,130); }

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

border-color css

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

 span { border-color: rgb(151,17,130); }

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