Html Css Color HEX #95136D Eggplant

📋 copy color: '#95136D'

red 149 ◦ green 19 ◦ blue 109

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

Shades of Eggplant #95136D

Tints of Eggplant #95136D

RGB

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

 GREEN value IS 19 (7.81% from 255) = 6.86%

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

R = 53.79%
G = 6.86%
B = 39.35%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95136D (or 0x95136D) is known color: Eggplant. HEX triplet: 95, 13 and 6D. RGB value is (149,19,109). Sum of RGB (Red+Green+Blue) = 149+19+109=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 109 (42.97% from 255 or 39.35% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95136D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95136D is #6AEC92. Grayscale: #434343. Windows color (decimal): -7007379 or 7148437. OLE color: 7148437.

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

Color convert

RGB 149 19 109 -
CMYK 0 0.87 0.27 0.42
HSL 318.46º 0.77% 0.33% -
HSV(B) 318.46º 0.87% 0.58% -
XYZ 15.39 7.96 15.19 -
YUV 68.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 149 19 109 0 0.87 0.27 0.42 318.46 0.77 0.33
Hex 95 13 6D 0 57 1B 2A 13E 4D 21
Octal 225 23 155 0 127 33 52 476 115 41
Binary 10010101 10011 1101101 0 1010111 11011 101010 100111110 1001101 100001

Color Harmonies of #95136D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95136D

Black with #95136D

Text Example


Text Example

White with #95136D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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