Html Css Color HEX #973988 Dark Purple

📋 copy color: '#973988'

red 151 ◦ green 57 ◦ blue 136

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

Shades of Dark Purple #973988

Tints of Dark Purple #973988

RGB

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

 GREEN value IS 57 (22.66% from 255) = 16.57%

 BLUE value IS 136 (53.52% from 255) = 39.53%

R = 43.9%
G = 16.57%
B = 39.53%

CMYK

 C value IS 0

 M value IS 0.62

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#973988 (or 0x973988) is known color: Dark Purple. HEX triplet: 97, 39 and 88. RGB value is (151,57,136). Sum of RGB (Red+Green+Blue) = 151+57+136=344 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.90% from 344); Green value is 57 (22.66% from 255 or 16.57% from 344); Blue value is 136 (53.52% from 255 or 39.53% from 344); Max value from RGB is 151 - color contains mainly: red. Hex color #973988 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #973988 is #68C677. Grayscale: #5D5D5D. Windows color (decimal): -6866552 or 8927639. OLE color: 8927639.

HSL color Cylindrical-coordinate representation of color #973988: hue angle of 309.57º degrees, saturation: 0.45, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #973988 is Cyan = 0, Magento = 0.62, Yellow = 0.10 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 57 136 -
CMYK 0 0.62 0.10 0.41
HSL 309.57º 0.45% 0.41% -
HSV(B) 309.57º 0.62% 0.59% -
XYZ 18.67 11.28 24.49 -
YUV 94.11 151.64 168.58 -
System Red Green Blue C M Y K H S L
Decimal 151 57 136 0 0.62 0.10 0.41 309.57 0.45 0.41
Hex 97 39 88 0 3E A 29 136 2D 29
Octal 227 71 210 0 76 12 51 466 55 51
Binary 10010111 111001 10001000 0 111110 1010 101001 100110110 101101 101001

Color Harmonies of #973988

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #973988

Black with #973988

Text Example


Text Example

White with #973988

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #973988; }

 p { color: rgb(151,57,136); }

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

background-color css

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

 a { background-color: rgb(151,57,136); }

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

border-color css

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

 span { border-color: rgb(151,57,136); }

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