Html Css Color HEX #95005E Eggplant

📋 copy color: '#95005E'

red 149 ◦ green 0 ◦ blue 94

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

Shades of Eggplant #95005E

Tints of Eggplant #95005E

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 38.68%

R = 61.32%
G = 0%
B = 38.68%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.37

 K value IS 0.42

RGB Variations

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

Color information

#95005E (or 0x95005E) is known color: Eggplant. HEX triplet: 95, 00 and 5E. RGB value is (149,0,94). Sum of RGB (Red+Green+Blue) = 149+0+94=243 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.32% from 243); Green value is 0 (0.39% from 255 or 0% from 243); Blue value is 94 (37.11% from 255 or 38.68% from 243); Max value from RGB is 149 - color contains mainly: red. Hex color #95005E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95005E is #6AFFA1. Grayscale: #373737. Windows color (decimal): -7012258 or 6160533. OLE color: 6160533.

HSL color Cylindrical-coordinate representation of color #95005E: hue angle of 322.15º degrees, saturation: 1, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 1%. Process color model (Four color, CMYK) of #95005E is Cyan = 0, Magento = 1, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 0 94 -
CMYK 0 1 0.37 0.42
HSL 322.15º 1% 0.29% -
HSV(B) 322.15º 1% 0.58% -
XYZ 14.41 7.2 11.22 -
YUV 55.27 149.86 194.86 -
System Red Green Blue C M Y K H S L
Decimal 149 0 94 0 1 0.37 0.42 322.15 1 0.29
Hex 95 0 5E 0 64 25 2A 142 64 1D
Octal 225 0 136 0 144 45 52 502 144 35
Binary 10010101 0 1011110 0 1100100 100101 101010 101000010 1100100 11101

Color Harmonies of #95005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95005E

Black with #95005E

Text Example


Text Example

White with #95005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(149,0,94); }

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

background-color css

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

 a { background-color: rgb(149,0,94); }

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

border-color css

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

 span { border-color: rgb(149,0,94); }

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