Html Css Color HEX #972081 Dark Purple

📋 copy color: '#972081'

red 151 ◦ green 32 ◦ blue 129

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

Shades of Dark Purple #972081

Tints of Dark Purple #972081

RGB

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

 GREEN value IS 32 (12.89% from 255) = 10.26%

 BLUE value IS 129 (50.78% from 255) = 41.35%

R = 48.4%
G = 10.26%
B = 41.35%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#972081 (or 0x972081) is known color: Dark Purple. HEX triplet: 97, 20 and 81. RGB value is (151,32,129). Sum of RGB (Red+Green+Blue) = 151+32+129=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 32 (12.89% from 255 or 10.26% from 312); Blue value is 129 (50.78% from 255 or 41.35% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #972081 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972081 is #68DF7E. Grayscale: #4E4E4E. Windows color (decimal): -6872959 or 8462487. OLE color: 8462487.

HSL color Cylindrical-coordinate representation of color #972081: hue angle of 311.09º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #972081 is Cyan = 0, Magento = 0.79, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 32 129 -
CMYK 0 0.79 0.15 0.41
HSL 311.09º 0.65% 0.36% -
HSV(B) 311.09º 0.79% 0.59% -
XYZ 17.24 9.2 21.64 -
YUV 78.64 156.42 179.61 -
System Red Green Blue C M Y K H S L
Decimal 151 32 129 0 0.79 0.15 0.41 311.09 0.65 0.36
Hex 97 20 81 0 4F F 29 137 41 24
Octal 227 40 201 0 117 17 51 467 101 44
Binary 10010111 100000 10000001 0 1001111 1111 101001 100110111 1000001 100100

Color Harmonies of #972081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972081

Black with #972081

Text Example


Text Example

White with #972081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972081; }

 p { color: rgb(151,32,129); }

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

background-color css

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

 a { background-color: rgb(151,32,129); }

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

border-color css

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

 span { border-color: rgb(151,32,129); }

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