Html Css Color HEX #95056E Eggplant

📋 copy color: '#95056E'

red 149 ◦ green 5 ◦ blue 110

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

Shades of Eggplant #95056E

Tints of Eggplant #95056E

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.89%

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

R = 56.44%
G = 1.89%
B = 41.67%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95056E (or 0x95056E) is known color: Eggplant. HEX triplet: 95, 05 and 6E. RGB value is (149,5,110). Sum of RGB (Red+Green+Blue) = 149+5+110=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 5 (2.34% from 255 or 1.89% from 264); Blue value is 110 (43.36% from 255 or 41.67% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95056E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95056E is #6AFA91. Grayscale: #3B3B3B. Windows color (decimal): -7010962 or 7210389. OLE color: 7210389.

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

Color convert

RGB 149 5 110 -
CMYK 0 0.97 0.26 0.42
HSL 316.25º 0.94% 0.3% -
HSV(B) 316.25º 0.97% 0.58% -
XYZ 15.26 7.62 15.42 -
YUV 60.03 156.21 191.46 -
System Red Green Blue C M Y K H S L
Decimal 149 5 110 0 0.97 0.26 0.42 316.25 0.94 0.3
Hex 95 5 6E 0 61 1A 2A 13C 5E 1E
Octal 225 5 156 0 141 32 52 474 136 36
Binary 10010101 101 1101110 0 1100001 11010 101010 100111100 1011110 11110

Color Harmonies of #95056E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95056E

Black with #95056E

Text Example


Text Example

White with #95056E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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