Html Css Color HEX #972287 Dark Purple

📋 copy color: '#972287'

red 151 ◦ green 34 ◦ blue 135

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

Shades of Dark Purple #972287

Tints of Dark Purple #972287

RGB

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

 GREEN value IS 34 (13.67% from 255) = 10.63%

 BLUE value IS 135 (53.13% from 255) = 42.19%

R = 47.19%
G = 10.63%
B = 42.19%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.11

 K value IS 0.41

RGB Variations

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

Color information

#972287 (or 0x972287) is known color: Dark Purple. HEX triplet: 97, 22 and 87. RGB value is (151,34,135). Sum of RGB (Red+Green+Blue) = 151+34+135=320 (42% of max value = 765). Red value is 151 (59.38% from 255 or 47.19% from 320); Green value is 34 (13.67% from 255 or 10.62% from 320); Blue value is 135 (53.12% from 255 or 42.19% from 320); Max value from RGB is 151 - color contains mainly: red. Hex color #972287 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972287 is #68DD78. Grayscale: #505050. Windows color (decimal): -6872441 or 8856215. OLE color: 8856215.

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

Color convert

RGB 151 34 135 -
CMYK 0 0.77 0.11 0.41
HSL 308.21º 0.63% 0.36% -
HSV(B) 308.21º 0.77% 0.59% -
XYZ 17.71 9.47 23.82 -
YUV 80.5 158.76 178.29 -
System Red Green Blue C M Y K H S L
Decimal 151 34 135 0 0.77 0.11 0.41 308.21 0.63 0.36
Hex 97 22 87 0 4D B 29 134 3F 24
Octal 227 42 207 0 115 13 51 464 77 44
Binary 10010111 100010 10000111 0 1001101 1011 101001 100110100 111111 100100

Color Harmonies of #972287

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972287

Black with #972287

Text Example


Text Example

White with #972287

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972287; }

 p { color: rgb(151,34,135); }

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

background-color css

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

 a { background-color: rgb(151,34,135); }

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

border-color css

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

 span { border-color: rgb(151,34,135); }

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