Html Css Color HEX #95056C Eggplant

📋 copy color: '#95056C'

red 149 ◦ green 5 ◦ blue 108

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

Shades of Eggplant #95056C

Tints of Eggplant #95056C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 41.22%

R = 56.87%
G = 1.91%
B = 41.22%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95056C (or 0x95056C) is known color: Eggplant. HEX triplet: 95, 05 and 6C. RGB value is (149,5,108). Sum of RGB (Red+Green+Blue) = 149+5+108=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 5 (2.34% from 255 or 1.91% from 262); Blue value is 108 (42.58% from 255 or 41.22% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #95056C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95056C is #6AFA93. Grayscale: #3B3B3B. Windows color (decimal): -7010964 or 7079317. OLE color: 7079317.

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

Color convert

RGB 149 5 108 -
CMYK 0 0.97 0.28 0.42
HSL 317.08º 0.94% 0.3% -
HSV(B) 317.08º 0.97% 0.58% -
XYZ 15.16 7.58 14.85 -
YUV 59.8 155.21 191.62 -
System Red Green Blue C M Y K H S L
Decimal 149 5 108 0 0.97 0.28 0.42 317.08 0.94 0.3
Hex 95 5 6C 0 61 1C 2A 13D 5E 1E
Octal 225 5 154 0 141 34 52 475 136 36
Binary 10010101 101 1101100 0 1100001 11100 101010 100111101 1011110 11110

Color Harmonies of #95056C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95056C

Black with #95056C

Text Example


Text Example

White with #95056C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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