Html Css Color HEX #972888 Dark Purple

📋 copy color: '#972888'

red 151 ◦ green 40 ◦ blue 136

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

Shades of Dark Purple #972888

Tints of Dark Purple #972888

RGB

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

 GREEN value IS 40 (16.02% from 255) = 12.23%

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

R = 46.18%
G = 12.23%
B = 41.59%

CMYK

 C value IS 0

 M value IS 0.74

 Y value IS 0.10

 K value IS 0.41

RGB Variations

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

Color information

#972888 (or 0x972888) is known color: Dark Purple. HEX triplet: 97, 28 and 88. RGB value is (151,40,136). Sum of RGB (Red+Green+Blue) = 151+40+136=327 (43% of max value = 765). Red value is 151 (59.38% from 255 or 46.18% from 327); Green value is 40 (16.02% from 255 or 12.23% from 327); Blue value is 136 (53.52% from 255 or 41.59% from 327); Max value from RGB is 151 - color contains mainly: red. Hex color #972888 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #972888 is #68D777. Grayscale: #535353. Windows color (decimal): -6870904 or 8923287. OLE color: 8923287.

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

Color convert

RGB 151 40 136 -
CMYK 0 0.74 0.10 0.41
HSL 308.11º 0.58% 0.37% -
HSV(B) 308.11º 0.74% 0.59% -
XYZ 17.97 9.87 24.25 -
YUV 84.13 157.27 175.69 -
System Red Green Blue C M Y K H S L
Decimal 151 40 136 0 0.74 0.10 0.41 308.11 0.58 0.37
Hex 97 28 88 0 4A A 29 134 3A 25
Octal 227 50 210 0 112 12 51 464 72 45
Binary 10010111 101000 10001000 0 1001010 1010 101001 100110100 111010 100101

Color Harmonies of #972888

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #972888

Black with #972888

Text Example


Text Example

White with #972888

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #972888; }

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

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

background-color css

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

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

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

border-color css

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

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

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