Html Css Color HEX #971081 Dark Purple

📋 copy color: '#971081'

red 151 ◦ green 16 ◦ blue 129

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

Shades of Dark Purple #971081

Tints of Dark Purple #971081

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.41%

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

R = 51.01%
G = 5.41%
B = 43.58%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.15

 K value IS 0.41

RGB Variations

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

Color information

#971081 (or 0x971081) is known color: Dark Purple. HEX triplet: 97, 10 and 81. RGB value is (151,16,129). Sum of RGB (Red+Green+Blue) = 151+16+129=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 16 (6.64% from 255 or 5.41% from 296); Blue value is 129 (50.78% from 255 or 43.58% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #971081 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971081 is #68EF7E. Grayscale: #444444. Windows color (decimal): -6877055 or 8458391. OLE color: 8458391.

HSL color Cylindrical-coordinate representation of color #971081: hue angle of 309.78º degrees, saturation: 0.81, 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 #971081 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 16 129 -
CMYK 0 0.89 0.15 0.41
HSL 309.78º 0.81% 0.33% -
HSV(B) 309.78º 0.89% 0.59% -
XYZ 16.91 8.53 21.53 -
YUV 69.25 161.73 186.31 -
System Red Green Blue C M Y K H S L
Decimal 151 16 129 0 0.89 0.15 0.41 309.78 0.81 0.33
Hex 97 10 81 0 59 F 29 136 51 21
Octal 227 20 201 0 131 17 51 466 121 41
Binary 10010111 10000 10000001 0 1011001 1111 101001 100110110 1010001 100001

Color Harmonies of #971081

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971081

Black with #971081

Text Example


Text Example

White with #971081

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971081; }

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

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

background-color css

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

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

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

border-color css

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

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

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