Html Css Color HEX #951172 Eggplant

📋 copy color: '#951172'

red 149 ◦ green 17 ◦ blue 114

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

Shades of Eggplant #951172

Tints of Eggplant #951172

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.07%

 BLUE value IS 114 (44.92% from 255) = 40.71%

R = 53.21%
G = 6.07%
B = 40.71%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.23

 K value IS 0.42

RGB Variations

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

Color information

#951172 (or 0x951172) is known color: Eggplant. HEX triplet: 95, 11 and 72. RGB value is (149,17,114). Sum of RGB (Red+Green+Blue) = 149+17+114=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 17 (7.03% from 255 or 6.07% from 280); Blue value is 114 (44.92% from 255 or 40.71% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #951172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951172 is #6AEE8D. Grayscale: #434343. Windows color (decimal): -7007886 or 7475605. OLE color: 7475605.

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

Color convert

RGB 149 17 114 -
CMYK 0 0.89 0.23 0.42
HSL 315.91º 0.8% 0.33% -
HSV(B) 315.91º 0.89% 0.58% -
XYZ 15.63 8.01 16.64 -
YUV 67.53 154.23 186.11 -
System Red Green Blue C M Y K H S L
Decimal 149 17 114 0 0.89 0.23 0.42 315.91 0.8 0.33
Hex 95 11 72 0 59 17 2A 13C 50 21
Octal 225 21 162 0 131 27 52 474 120 41
Binary 10010101 10001 1110010 0 1011001 10111 101010 100111100 1010000 100001

Color Harmonies of #951172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951172

Black with #951172

Text Example


Text Example

White with #951172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951172; }

 p { color: rgb(149,17,114); }

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

background-color css

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

 a { background-color: rgb(149,17,114); }

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

border-color css

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

 span { border-color: rgb(149,17,114); }

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