Html Css Color HEX #951271 Eggplant

📋 copy color: '#951271'

red 149 ◦ green 18 ◦ blue 113

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

Shades of Eggplant #951271

Tints of Eggplant #951271

RGB

 RED value IS 149 (58.59% from 255) = 53.21%

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

 BLUE value IS 113 (44.53% from 255) = 40.36%

R = 53.21%
G = 6.43%
B = 40.36%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#951271 (or 0x951271) is known color: Eggplant. HEX triplet: 95, 12 and 71. RGB value is (149,18,113). Sum of RGB (Red+Green+Blue) = 149+18+113=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 18 (7.42% from 255 or 6.43% from 280); Blue value is 113 (44.53% from 255 or 40.36% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #951271 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951271 is #6AED8E. Grayscale: #434343. Windows color (decimal): -7007631 or 7410325. OLE color: 7410325.

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

Color convert

RGB 149 18 113 -
CMYK 0 0.88 0.24 0.42
HSL 316.49º 0.78% 0.33% -
HSV(B) 316.49º 0.88% 0.58% -
XYZ 15.59 8.01 16.35 -
YUV 68 153.4 185.78 -
System Red Green Blue C M Y K H S L
Decimal 149 18 113 0 0.88 0.24 0.42 316.49 0.78 0.33
Hex 95 12 71 0 58 18 2A 13C 4E 21
Octal 225 22 161 0 130 30 52 474 116 41
Binary 10010101 10010 1110001 0 1011000 11000 101010 100111100 1001110 100001

Color Harmonies of #951271

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951271

Black with #951271

Text Example


Text Example

White with #951271

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951271; }

 p { color: rgb(149,18,113); }

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

background-color css

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

 a { background-color: rgb(149,18,113); }

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

border-color css

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

 span { border-color: rgb(149,18,113); }

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