Html Css Color HEX #972185 Dark Purple

📋 copy color: '#972185'

red 151 ◦ green 33 ◦ blue 133

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

Shades of Dark Purple #972185

Tints of Dark Purple #972185

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 41.96%

R = 47.63%
G = 10.41%
B = 41.96%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.12

 K value IS 0.41

RGB Variations

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

Color information

#972185 (or 0x972185) is known color: Dark Purple. HEX triplet: 97, 21 and 85. RGB value is (151,33,133). Sum of RGB (Red+Green+Blue) = 151+33+133=317 (41% of max value = 765). Red value is 151 (59.38% from 255 or 47.63% from 317); Green value is 33 (13.28% from 255 or 10.41% from 317); Blue value is 133 (52.34% from 255 or 41.96% from 317); Max value from RGB is 151 - color contains mainly: red. Hex color #972185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972185 is #68DE7A. Grayscale: #4F4F4F. Windows color (decimal): -6872699 or 8724887. OLE color: 8724887.

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

Color convert

RGB 151 33 133 -
CMYK 0 0.78 0.12 0.41
HSL 309.15º 0.64% 0.36% -
HSV(B) 309.15º 0.78% 0.59% -
XYZ 17.54 9.36 23.07 -
YUV 79.68 158.09 178.87 -
System Red Green Blue C M Y K H S L
Decimal 151 33 133 0 0.78 0.12 0.41 309.15 0.64 0.36
Hex 97 21 85 0 4E C 29 135 40 24
Octal 227 41 205 0 116 14 51 465 100 44
Binary 10010111 100001 10000101 0 1001110 1100 101001 100110101 1000000 100100

Color Harmonies of #972185

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972185

Black with #972185

Text Example


Text Example

White with #972185

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972185; }

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

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

background-color css

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

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

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

border-color css

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

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

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