Html Css Color HEX #95057A Eggplant

📋 copy color: '#95057A'

red 149 ◦ green 5 ◦ blue 122

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

Shades of Eggplant #95057A

Tints of Eggplant #95057A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 44.2%

R = 53.99%
G = 1.81%
B = 44.2%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95057A (or 0x95057A) is known color: Eggplant. HEX triplet: 95, 05 and 7A. RGB value is (149,5,122). Sum of RGB (Red+Green+Blue) = 149+5+122=276 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.99% from 276); Green value is 5 (2.34% from 255 or 1.81% from 276); Blue value is 122 (48.05% from 255 or 44.20% from 276); Max value from RGB is 149 - color contains mainly: red. Hex color #95057A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95057A is #6AFA85. Grayscale: #3D3D3D. Windows color (decimal): -7010950 or 7996821. OLE color: 7996821.

HSL color Cylindrical-coordinate representation of color #95057A: hue angle of 311.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 #95057A is Cyan = 0, Magento = 0.97, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 5 122 -
CMYK 0 0.97 0.18 0.42
HSL 311.25º 0.94% 0.3% -
HSV(B) 311.25º 0.97% 0.58% -
XYZ 15.96 7.9 19.1 -
YUV 61.39 162.21 190.49 -
System Red Green Blue C M Y K H S L
Decimal 149 5 122 0 0.97 0.18 0.42 311.25 0.94 0.3
Hex 95 5 7A 0 61 12 2A 137 5E 1E
Octal 225 5 172 0 141 22 52 467 136 36
Binary 10010101 101 1111010 0 1100001 10010 101010 100110111 1011110 11110

Color Harmonies of #95057A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95057A

Black with #95057A

Text Example


Text Example

White with #95057A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95057A; }

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

 H1.HeaderClassName
 {
   color: #95057A;
 }
 .AnyTagClassName
 {
   color: #95057A;
 }
</style>

background-color css

<style>
 a { background-color: #95057A; }

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

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

border-color css

<style>
 span { border-color: #95057A; }

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

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