Html Css Color HEX #972082 Dark Purple

📋 copy color: '#972082'

red 151 ◦ green 32 ◦ blue 130

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

Shades of Dark Purple #972082

Tints of Dark Purple #972082

RGB

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

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

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

R = 48.24%
G = 10.22%
B = 41.53%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#972082 (or 0x972082) is known color: Dark Purple. HEX triplet: 97, 20 and 82. RGB value is (151,32,130). Sum of RGB (Red+Green+Blue) = 151+32+130=313 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.24% from 313); Green value is 32 (12.89% from 255 or 10.22% from 313); Blue value is 130 (51.17% from 255 or 41.53% from 313); Max value from RGB is 151 - color contains mainly: red. Hex color #972082 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972082 is #68DF7D. Grayscale: #4E4E4E. Windows color (decimal): -6872958 or 8528023. OLE color: 8528023.

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

Color convert

RGB 151 32 130 -
CMYK 0 0.79 0.14 0.41
HSL 310.59º 0.65% 0.36% -
HSV(B) 310.59º 0.79% 0.59% -
XYZ 17.31 9.22 21.99 -
YUV 78.75 156.92 179.53 -
System Red Green Blue C M Y K H S L
Decimal 151 32 130 0 0.79 0.14 0.41 310.59 0.65 0.36
Hex 97 20 82 0 4F E 29 137 41 24
Octal 227 40 202 0 117 16 51 467 101 44
Binary 10010111 100000 10000010 0 1001111 1110 101001 100110111 1000001 100100

Color Harmonies of #972082

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972082

Black with #972082

Text Example


Text Example

White with #972082

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972082; }

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

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

background-color css

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

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

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

border-color css

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

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

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