Html Css Color HEX #971082 Dark Purple

📋 copy color: '#971082'

red 151 ◦ green 16 ◦ blue 130

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

Shades of Dark Purple #971082

Tints of Dark Purple #971082

RGB

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

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

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

R = 50.84%
G = 5.39%
B = 43.77%

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

#971082 (or 0x971082) is known color: Dark Purple. HEX triplet: 97, 10 and 82. RGB value is (151,16,130). Sum of RGB (Red+Green+Blue) = 151+16+130=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 16 (6.64% from 255 or 5.39% from 297); Blue value is 130 (51.17% from 255 or 43.77% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #971082 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971082 is #68EF7D. Grayscale: #454545. Windows color (decimal): -6877054 or 8523927. OLE color: 8523927.

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

Color convert

RGB 151 16 130 -
CMYK 0 0.89 0.14 0.41
HSL 309.33º 0.81% 0.33% -
HSV(B) 309.33º 0.89% 0.59% -
XYZ 16.98 8.56 21.88 -
YUV 69.36 162.23 186.23 -
System Red Green Blue C M Y K H S L
Decimal 151 16 130 0 0.89 0.14 0.41 309.33 0.81 0.33
Hex 97 10 82 0 59 E 29 135 51 21
Octal 227 20 202 0 131 16 51 465 121 41
Binary 10010111 10000 10000010 0 1011001 1110 101001 100110101 1010001 100001

Color Harmonies of #971082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971082

Black with #971082

Text Example


Text Example

White with #971082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971082; }

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

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

background-color css

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

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

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

border-color css

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

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

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