Html Css Color HEX #95056F Eggplant

📋 copy color: '#95056F'

red 149 ◦ green 5 ◦ blue 111

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

Shades of Eggplant #95056F

Tints of Eggplant #95056F

RGB

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

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

 BLUE value IS 111 (43.75% from 255) = 41.89%

R = 56.23%
G = 1.89%
B = 41.89%

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

#95056F (or 0x95056F) is known color: Eggplant. HEX triplet: 95, 05 and 6F. RGB value is (149,5,111). Sum of RGB (Red+Green+Blue) = 149+5+111=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 5 (2.34% from 255 or 1.89% from 265); Blue value is 111 (43.75% from 255 or 41.89% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95056F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95056F is #6AFA90. Grayscale: #3B3B3B. Windows color (decimal): -7010961 or 7275925. OLE color: 7275925.

HSL color Cylindrical-coordinate representation of color #95056F: hue angle of 315.83º 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 #95056F is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 111 -
CMYK 0 0.97 0.26 0.42
HSL 315.83º 0.94% 0.3% -
HSV(B) 315.83º 0.97% 0.58% -
XYZ 15.32 7.65 15.71 -
YUV 60.14 156.71 191.38 -
System Red Green Blue C M Y K H S L
Decimal 149 5 111 0 0.97 0.26 0.42 315.83 0.94 0.3
Hex 95 5 6F 0 61 1A 2A 13C 5E 1E
Octal 225 5 157 0 141 32 52 474 136 36
Binary 10010101 101 1101111 0 1100001 11010 101010 100111100 1011110 11110

Color Harmonies of #95056F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95056F

Black with #95056F

Text Example


Text Example

White with #95056F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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