Html Css Color HEX #971268 Eggplant

📋 copy color: '#971268'

red 151 ◦ green 18 ◦ blue 104

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

Shades of Eggplant #971268

Tints of Eggplant #971268

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 38.1%

R = 55.31%
G = 6.59%
B = 38.1%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.31

 K value IS 0.41

RGB Variations

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

Color information

#971268 (or 0x971268) is known color: Eggplant. HEX triplet: 97, 12 and 68. RGB value is (151,18,104). Sum of RGB (Red+Green+Blue) = 151+18+104=273 (36% of max value = 765). Red value is 151 (59.38% from 255 or 55.31% from 273); Green value is 18 (7.42% from 255 or 6.59% from 273); Blue value is 104 (41.02% from 255 or 38.10% from 273); Max value from RGB is 151 - color contains mainly: red. Hex color #971268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #971268 is #68ED97. Grayscale: #434343. Windows color (decimal): -6876568 or 6820503. OLE color: 6820503.

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

Color convert

RGB 151 18 104 -
CMYK 0 0.88 0.31 0.41
HSL 321.2º 0.79% 0.33% -
HSV(B) 321.2º 0.88% 0.59% -
XYZ 15.48 8.01 13.83 -
YUV 67.57 148.56 187.51 -
System Red Green Blue C M Y K H S L
Decimal 151 18 104 0 0.88 0.31 0.41 321.2 0.79 0.33
Hex 97 12 68 0 58 1F 29 141 4F 21
Octal 227 22 150 0 130 37 51 501 117 41
Binary 10010111 10010 1101000 0 1011000 11111 101001 101000001 1001111 100001

Color Harmonies of #971268

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #971268

Black with #971268

Text Example


Text Example

White with #971268

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #971268; }

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

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

background-color css

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

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

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

border-color css

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

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

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