Html Css Color HEX #971273 Eggplant

📋 copy color: '#971273'

red 151 ◦ green 18 ◦ blue 115

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

Shades of Eggplant #971273

Tints of Eggplant #971273

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.34%

 BLUE value IS 115 (45.31% from 255) = 40.49%

R = 53.17%
G = 6.34%
B = 40.49%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.41

RGB Variations

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

Color information

#971273 (or 0x971273) is known color: Eggplant. HEX triplet: 97, 12 and 73. RGB value is (151,18,115). Sum of RGB (Red+Green+Blue) = 151+18+115=284 (37% of max value = 765). Red value is 151 (59.38% from 255 or 53.17% from 284); Green value is 18 (7.42% from 255 or 6.34% from 284); Blue value is 115 (45.31% from 255 or 40.49% from 284); Max value from RGB is 151 - color contains mainly: red. Hex color #971273 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971273 is #68ED8C. Grayscale: #444444. Windows color (decimal): -6876557 or 7541399. OLE color: 7541399.

HSL color Cylindrical-coordinate representation of color #971273: hue angle of 316.24º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #971273 is Cyan = 0, Magento = 0.88, Yellow = 0.24 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 18 115 -
CMYK 0 0.88 0.24 0.41
HSL 316.24º 0.79% 0.33% -
HSV(B) 316.24º 0.88% 0.59% -
XYZ 16.07 8.25 16.96 -
YUV 68.83 154.06 186.61 -
System Red Green Blue C M Y K H S L
Decimal 151 18 115 0 0.88 0.24 0.41 316.24 0.79 0.33
Hex 97 12 73 0 58 18 29 13C 4F 21
Octal 227 22 163 0 130 30 51 474 117 41
Binary 10010111 10010 1110011 0 1011000 11000 101001 100111100 1001111 100001

Color Harmonies of #971273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971273

Black with #971273

Text Example


Text Example

White with #971273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971273; }

 p { color: rgb(151,18,115); }

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

background-color css

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

 a { background-color: rgb(151,18,115); }

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

border-color css

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

 span { border-color: rgb(151,18,115); }

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