Html Css Color HEX #95027A Eggplant

📋 copy color: '#95027A'

red 149 ◦ green 2 ◦ blue 122

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

Shades of Eggplant #95027A

Tints of Eggplant #95027A

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.73%

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

R = 54.58%
G = 0.73%
B = 44.69%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95027A (or 0x95027A) is known color: Eggplant. HEX triplet: 95, 02 and 7A. RGB value is (149,2,122). Sum of RGB (Red+Green+Blue) = 149+2+122=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 2 (1.17% from 255 or 0.73% from 273); Blue value is 122 (48.05% from 255 or 44.69% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #95027A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95027A is #6AFD85. Grayscale: #3B3B3B. Windows color (decimal): -7011718 or 7996053. OLE color: 7996053.

HSL color Cylindrical-coordinate representation of color #95027A: hue angle of 311.02º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95027A is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 2 122 -
CMYK 0 0.99 0.18 0.42
HSL 311.02º 0.97% 0.3% -
HSV(B) 311.02º 0.99% 0.58% -
XYZ 15.93 7.84 19.09 -
YUV 59.63 163.2 191.74 -
System Red Green Blue C M Y K H S L
Decimal 149 2 122 0 0.99 0.18 0.42 311.02 0.97 0.3
Hex 95 2 7A 0 63 12 2A 137 61 1E
Octal 225 2 172 0 143 22 52 467 141 36
Binary 10010101 10 1111010 0 1100011 10010 101010 100110111 1100001 11110

Color Harmonies of #95027A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95027A

Black with #95027A

Text Example


Text Example

White with #95027A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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