Html Css Color HEX #971267 Eggplant

📋 copy color: '#971267'

red 151 ◦ green 18 ◦ blue 103

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

Shades of Eggplant #971267

Tints of Eggplant #971267

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 37.87%

R = 55.51%
G = 6.62%
B = 37.87%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.41

RGB Variations

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

Color information

#971267 (or 0x971267) is known color: Eggplant. HEX triplet: 97, 12 and 67. RGB value is (151,18,103). Sum of RGB (Red+Green+Blue) = 151+18+103=272 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.51% from 272); Green value is 18 (7.42% from 255 or 6.62% from 272); Blue value is 103 (40.62% from 255 or 37.87% from 272); Max value from RGB is 151 - color contains mainly: red. Hex color #971267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971267 is #68ED98. Grayscale: #434343. Windows color (decimal): -6876569 or 6754967. OLE color: 6754967.

HSL color Cylindrical-coordinate representation of color #971267: hue angle of 321.65º 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 #971267 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.41.

Color convert

RGB 151 18 103 -
CMYK 0 0.88 0.32 0.41
HSL 321.65º 0.79% 0.33% -
HSV(B) 321.65º 0.88% 0.59% -
XYZ 15.43 7.99 13.56 -
YUV 67.46 148.06 187.59 -
System Red Green Blue C M Y K H S L
Decimal 151 18 103 0 0.88 0.32 0.41 321.65 0.79 0.33
Hex 97 12 67 0 58 20 29 142 4F 21
Octal 227 22 147 0 130 40 51 502 117 41
Binary 10010111 10010 1100111 0 1011000 100000 101001 101000010 1001111 100001

Color Harmonies of #971267

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971267

Black with #971267

Text Example


Text Example

White with #971267

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971267; }

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

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

background-color css

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

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

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

border-color css

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

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

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