Html Css Color HEX #972182 Dark Purple

📋 copy color: '#972182'

red 151 ◦ green 33 ◦ blue 130

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

Shades of Dark Purple #972182

Tints of Dark Purple #972182

RGB

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

 GREEN value IS 33 (13.28% from 255) = 10.51%

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

R = 48.09%
G = 10.51%
B = 41.4%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.14

 K value IS 0.41

RGB Variations

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

Color information

#972182 (or 0x972182) is known color: Dark Purple. HEX triplet: 97, 21 and 82. RGB value is (151,33,130). Sum of RGB (Red+Green+Blue) = 151+33+130=314 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.09% from 314); Green value is 33 (13.28% from 255 or 10.51% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 151 - color contains mainly: red. Hex color #972182 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972182 is #68DE7D. Grayscale: #4F4F4F. Windows color (decimal): -6872702 or 8528279. OLE color: 8528279.

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

Color convert

RGB 151 33 130 -
CMYK 0 0.78 0.14 0.41
HSL 310.68º 0.64% 0.36% -
HSV(B) 310.68º 0.78% 0.59% -
XYZ 17.34 9.28 22 -
YUV 79.34 156.59 179.11 -
System Red Green Blue C M Y K H S L
Decimal 151 33 130 0 0.78 0.14 0.41 310.68 0.64 0.36
Hex 97 21 82 0 4E E 29 137 40 24
Octal 227 41 202 0 116 16 51 467 100 44
Binary 10010111 100001 10000010 0 1001110 1110 101001 100110111 1000000 100100

Color Harmonies of #972182

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972182

Black with #972182

Text Example


Text Example

White with #972182

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972182; }

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

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

background-color css

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

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

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

border-color css

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

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

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