Html Css Color HEX #95126E Eggplant

📋 copy color: '#95126E'

red 149 ◦ green 18 ◦ blue 110

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

Shades of Eggplant #95126E

Tints of Eggplant #95126E

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.5%

 BLUE value IS 110 (43.36% from 255) = 39.71%

R = 53.79%
G = 6.5%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95126E (or 0x95126E) is known color: Eggplant. HEX triplet: 95, 12 and 6E. RGB value is (149,18,110). Sum of RGB (Red+Green+Blue) = 149+18+110=277 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.79% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 149 - color contains mainly: red. Hex color #95126E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95126E is #6AED91. Grayscale: #434343. Windows color (decimal): -7007634 or 7213717. OLE color: 7213717.

HSL color Cylindrical-coordinate representation of color #95126E: hue angle of 317.86º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #95126E is Cyan = 0, Magento = 0.88, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 110 -
CMYK 0 0.88 0.26 0.42
HSL 317.86º 0.78% 0.33% -
HSV(B) 317.86º 0.88% 0.58% -
XYZ 15.43 7.95 15.47 -
YUV 67.66 151.9 186.02 -
System Red Green Blue C M Y K H S L
Decimal 149 18 110 0 0.88 0.26 0.42 317.86 0.78 0.33
Hex 95 12 6E 0 58 1A 2A 13E 4E 21
Octal 225 22 156 0 130 32 52 476 116 41
Binary 10010101 10010 1101110 0 1011000 11010 101010 100111110 1001110 100001

Color Harmonies of #95126E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95126E

Black with #95126E

Text Example


Text Example

White with #95126E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95126E; }

 p { color: rgb(149,18,110); }

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

background-color css

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

 a { background-color: rgb(149,18,110); }

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

border-color css

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

 span { border-color: rgb(149,18,110); }

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