Html Css Color HEX #951163 Eggplant

📋 copy color: '#951163'

red 149 ◦ green 17 ◦ blue 99

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

Shades of Eggplant #951163

Tints of Eggplant #951163

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 37.36%

R = 56.23%
G = 6.42%
B = 37.36%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#951163 (or 0x951163) is known color: Eggplant. HEX triplet: 95, 11 and 63. RGB value is (149,17,99). Sum of RGB (Red+Green+Blue) = 149+17+99=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #951163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951163 is #6AEE9C. Grayscale: #414141. Windows color (decimal): -7007901 or 6492565. OLE color: 6492565.

HSL color Cylindrical-coordinate representation of color #951163: hue angle of 322.73º 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 #951163 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 17 99 -
CMYK 0 0.89 0.34 0.42
HSL 322.73º 0.8% 0.33% -
HSV(B) 322.73º 0.89% 0.58% -
XYZ 14.85 7.69 12.51 -
YUV 65.82 146.73 187.33 -
System Red Green Blue C M Y K H S L
Decimal 149 17 99 0 0.89 0.34 0.42 322.73 0.8 0.33
Hex 95 11 63 0 59 22 2A 143 50 21
Octal 225 21 143 0 131 42 52 503 120 41
Binary 10010101 10001 1100011 0 1011001 100010 101010 101000011 1010000 100001

Color Harmonies of #951163

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951163

Black with #951163

Text Example


Text Example

White with #951163

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951163; }

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

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

background-color css

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

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

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

border-color css

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

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

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