Html Css Color HEX #95087A Eggplant

📋 copy color: '#95087A'

red 149 ◦ green 8 ◦ blue 122

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

Shades of Eggplant #95087A

Tints of Eggplant #95087A

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.87%

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

R = 53.41%
G = 2.87%
B = 43.73%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.18

 K value IS 0.42

RGB Variations

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

Color information

#95087A (or 0x95087A) is known color: Eggplant. HEX triplet: 95, 08 and 7A. RGB value is (149,8,122). Sum of RGB (Red+Green+Blue) = 149+8+122=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 8 (3.52% from 255 or 2.87% from 279); Blue value is 122 (48.05% from 255 or 43.73% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95087A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95087A is #6AF785. Grayscale: #3E3E3E. Windows color (decimal): -7010182 or 7997589. OLE color: 7997589.

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

Color convert

RGB 149 8 122 -
CMYK 0 0.95 0.18 0.42
HSL 311.49º 0.9% 0.31% -
HSV(B) 311.49º 0.95% 0.58% -
XYZ 15.99 7.97 19.11 -
YUV 63.16 161.21 189.23 -
System Red Green Blue C M Y K H S L
Decimal 149 8 122 0 0.95 0.18 0.42 311.49 0.9 0.31
Hex 95 8 7A 0 5F 12 2A 137 5A 1F
Octal 225 10 172 0 137 22 52 467 132 37
Binary 10010101 1000 1111010 0 1011111 10010 101010 100110111 1011010 11111

Color Harmonies of #95087A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95087A

Black with #95087A

Text Example


Text Example

White with #95087A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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