Html Css Color HEX #972389 Dark Purple

📋 copy color: '#972389'

red 151 ◦ green 35 ◦ blue 137

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

Shades of Dark Purple #972389

Tints of Dark Purple #972389

RGB

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

 GREEN value IS 35 (14.06% from 255) = 10.84%

 BLUE value IS 137 (53.91% from 255) = 42.41%

R = 46.75%
G = 10.84%
B = 42.41%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.09

 K value IS 0.41

RGB Variations

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

Color information

#972389 (or 0x972389) is known color: Dark Purple. HEX triplet: 97, 23 and 89. RGB value is (151,35,137). Sum of RGB (Red+Green+Blue) = 151+35+137=323 (42% of max value = 765). Red value is 151 (59.38% from 255 or 46.75% from 323); Green value is 35 (14.06% from 255 or 10.84% from 323); Blue value is 137 (53.91% from 255 or 42.41% from 323); Max value from RGB is 151 - color contains mainly: red. Hex color #972389 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972389 is #68DC76. Grayscale: #515151. Windows color (decimal): -6872183 or 8987543. OLE color: 8987543.

HSL color Cylindrical-coordinate representation of color #972389: hue angle of 307.24º degrees, saturation: 0.62, 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 #972389 is Cyan = 0, Magento = 0.77, Yellow = 0.09 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 35 137 -
CMYK 0 0.77 0.09 0.41
HSL 307.24º 0.62% 0.36% -
HSV(B) 307.24º 0.77% 0.59% -
XYZ 17.88 9.59 24.58 -
YUV 81.31 159.43 177.71 -
System Red Green Blue C M Y K H S L
Decimal 151 35 137 0 0.77 0.09 0.41 307.24 0.62 0.36
Hex 97 23 89 0 4D 9 29 133 3E 24
Octal 227 43 211 0 115 11 51 463 76 44
Binary 10010111 100011 10001001 0 1001101 1001 101001 100110011 111110 100100

Color Harmonies of #972389

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972389

Black with #972389

Text Example


Text Example

White with #972389

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972389; }

 p { color: rgb(151,35,137); }

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

background-color css

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

 a { background-color: rgb(151,35,137); }

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

border-color css

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

 span { border-color: rgb(151,35,137); }

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