Html Css Color HEX #95136A Eggplant

📋 copy color: '#95136A'

red 149 ◦ green 19 ◦ blue 106

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

Shades of Eggplant #95136A

Tints of Eggplant #95136A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 38.69%

R = 54.38%
G = 6.93%
B = 38.69%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95136A (or 0x95136A) is known color: Eggplant. HEX triplet: 95, 13 and 6A. RGB value is (149,19,106). Sum of RGB (Red+Green+Blue) = 149+19+106=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 19 (7.81% from 255 or 6.93% from 274); Blue value is 106 (41.80% from 255 or 38.69% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #95136A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95136A is #6AEC95. Grayscale: #434343. Windows color (decimal): -7007382 or 6951829. OLE color: 6951829.

HSL color Cylindrical-coordinate representation of color #95136A: hue angle of 319.85º 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 #95136A is Cyan = 0, Magento = 0.87, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 19 106 -
CMYK 0 0.87 0.29 0.42
HSL 319.85º 0.77% 0.33% -
HSV(B) 319.85º 0.87% 0.58% -
XYZ 15.23 7.9 14.36 -
YUV 67.79 149.57 185.93 -
System Red Green Blue C M Y K H S L
Decimal 149 19 106 0 0.87 0.29 0.42 319.85 0.77 0.33
Hex 95 13 6A 0 57 1D 2A 140 4D 21
Octal 225 23 152 0 127 35 52 500 115 41
Binary 10010101 10011 1101010 0 1010111 11101 101010 101000000 1001101 100001

Color Harmonies of #95136A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95136A

Black with #95136A

Text Example


Text Example

White with #95136A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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