Html Css Color HEX #95046E Eggplant

📋 copy color: '#95046E'

red 149 ◦ green 4 ◦ blue 110

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

Shades of Eggplant #95046E

Tints of Eggplant #95046E

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.52%

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

R = 56.65%
G = 1.52%
B = 41.83%

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

#95046E (or 0x95046E) is known color: Eggplant. HEX triplet: 95, 04 and 6E. RGB value is (149,4,110). Sum of RGB (Red+Green+Blue) = 149+4+110=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 4 (1.95% from 255 or 1.52% from 263); Blue value is 110 (43.36% from 255 or 41.83% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95046E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95046E is #6AFB91. Grayscale: #3B3B3B. Windows color (decimal): -7011218 or 7210133. OLE color: 7210133.

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

Color convert

RGB 149 4 110 -
CMYK 0 0.97 0.26 0.42
HSL 316.14º 0.95% 0.3% -
HSV(B) 316.14º 0.97% 0.58% -
XYZ 15.25 7.6 15.42 -
YUV 59.44 156.54 191.88 -
System Red Green Blue C M Y K H S L
Decimal 149 4 110 0 0.97 0.26 0.42 316.14 0.95 0.3
Hex 95 4 6E 0 61 1A 2A 13C 5F 1E
Octal 225 4 156 0 141 32 52 474 137 36
Binary 10010101 100 1101110 0 1100001 11010 101010 100111100 1011111 11110

Color Harmonies of #95046E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95046E

Black with #95046E

Text Example


Text Example

White with #95046E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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