Html Css Color HEX #971982 Dark Purple

📋 copy color: '#971982'

red 151 ◦ green 25 ◦ blue 130

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

Shades of Dark Purple #971982

Tints of Dark Purple #971982

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.17%

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

R = 49.35%
G = 8.17%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#971982 (or 0x971982) is known color: Dark Purple. HEX triplet: 97, 19 and 82. RGB value is (151,25,130). Sum of RGB (Red+Green+Blue) = 151+25+130=306 (40% of max value = 765). Red value is 151 (59.38% from 255 or 49.35% from 306); Green value is 25 (10.16% from 255 or 8.17% from 306); Blue value is 130 (51.17% from 255 or 42.48% from 306); Max value from RGB is 151 - color contains mainly: red. Hex color #971982 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #971982 is #68E67D. Grayscale: #4A4A4A. Windows color (decimal): -6874750 or 8526231. OLE color: 8526231.

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

Color convert

RGB 151 25 130 -
CMYK 0 0.83 0.14 0.41
HSL 310º 0.72% 0.35% -
HSV(B) 310º 0.83% 0.59% -
XYZ 17.14 8.89 21.93 -
YUV 74.64 159.24 182.46 -
System Red Green Blue C M Y K H S L
Decimal 151 25 130 0 0.83 0.14 0.41 310 0.72 0.35
Hex 97 19 82 0 53 E 29 136 48 23
Octal 227 31 202 0 123 16 51 466 110 43
Binary 10010111 11001 10000010 0 1010011 1110 101001 100110110 1001000 100011

Color Harmonies of #971982

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971982

Black with #971982

Text Example


Text Example

White with #971982

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971982; }

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

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

background-color css

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

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

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

border-color css

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

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

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