Html Css Color HEX #95116C Eggplant

📋 copy color: '#95116C'

red 149 ◦ green 17 ◦ blue 108

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

Shades of Eggplant #95116C

Tints of Eggplant #95116C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.42%

R = 54.38%
G = 6.2%
B = 39.42%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95116C (or 0x95116C) is known color: Eggplant. HEX triplet: 95, 11 and 6C. RGB value is (149,17,108). Sum of RGB (Red+Green+Blue) = 149+17+108=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 17 (7.03% from 255 or 6.20% from 274); Blue value is 108 (42.58% from 255 or 39.42% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95116C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95116C is #6AEE93. Grayscale: #424242. Windows color (decimal): -7007892 or 7082389. OLE color: 7082389.

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

Color convert

RGB 149 17 108 -
CMYK 0 0.89 0.28 0.42
HSL 318.64º 0.8% 0.33% -
HSV(B) 318.64º 0.89% 0.58% -
XYZ 15.3 7.87 14.9 -
YUV 66.84 151.23 186.6 -
System Red Green Blue C M Y K H S L
Decimal 149 17 108 0 0.89 0.28 0.42 318.64 0.8 0.33
Hex 95 11 6C 0 59 1C 2A 13F 50 21
Octal 225 21 154 0 131 34 52 477 120 41
Binary 10010101 10001 1101100 0 1011001 11100 101010 100111111 1010000 100001

Color Harmonies of #95116C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95116C

Black with #95116C

Text Example


Text Example

White with #95116C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95116C; }

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

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

background-color css

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

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

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

border-color css

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

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

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