Html Css Color HEX #95176D Eggplant

📋 copy color: '#95176D'

red 149 ◦ green 23 ◦ blue 109

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

Shades of Eggplant #95176D

Tints of Eggplant #95176D

RGB

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

 GREEN value IS 23 (9.38% from 255) = 8.19%

 BLUE value IS 109 (42.97% from 255) = 38.79%

R = 53.02%
G = 8.19%
B = 38.79%

CMYK

 C value IS 0

 M value IS 0.85

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95176D (or 0x95176D) is known color: Eggplant. HEX triplet: 95, 17 and 6D. RGB value is (149,23,109). Sum of RGB (Red+Green+Blue) = 149+23+109=281 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.02% from 281); Green value is 23 (9.38% from 255 or 8.19% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 149 - color contains mainly: red. Hex color #95176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95176D is #6AE892. Grayscale: #464646. Windows color (decimal): -7006355 or 7149461. OLE color: 7149461.

HSL color Cylindrical-coordinate representation of color #95176D: hue angle of 319.05º degrees, saturation: 0.73, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #95176D is Cyan = 0, Magento = 0.85, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 23 109 -
CMYK 0 0.85 0.27 0.42
HSL 319.05º 0.73% 0.34% -
HSV(B) 319.05º 0.85% 0.58% -
XYZ 15.46 8.11 15.22 -
YUV 70.48 149.74 184.01 -
System Red Green Blue C M Y K H S L
Decimal 149 23 109 0 0.85 0.27 0.42 319.05 0.73 0.34
Hex 95 17 6D 0 55 1B 2A 13F 49 22
Octal 225 27 155 0 125 33 52 477 111 42
Binary 10010101 10111 1101101 0 1010101 11011 101010 100111111 1001001 100010

Color Harmonies of #95176D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95176D

Black with #95176D

Text Example


Text Example

White with #95176D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95176D; }

 p { color: rgb(149,23,109); }

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

background-color css

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

 a { background-color: rgb(149,23,109); }

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

border-color css

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

 span { border-color: rgb(149,23,109); }

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