Html Css Color HEX #95086A Eggplant

📋 copy color: '#95086A'

red 149 ◦ green 8 ◦ blue 106

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

Shades of Eggplant #95086A

Tints of Eggplant #95086A

RGB

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

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

 BLUE value IS 106 (41.8% from 255) = 40.3%

R = 56.65%
G = 3.04%
B = 40.3%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.29

 K value IS 0.42

RGB Variations

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

Color information

#95086A (or 0x95086A) is known color: Eggplant. HEX triplet: 95, 08 and 6A. RGB value is (149,8,106). Sum of RGB (Red+Green+Blue) = 149+8+106=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 8 (3.52% from 255 or 3.04% from 263); Blue value is 106 (41.80% from 255 or 40.30% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #95086A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95086A is #6AF795. Grayscale: #3D3D3D. Windows color (decimal): -7010198 or 6949013. OLE color: 6949013.

HSL color Cylindrical-coordinate representation of color #95086A: hue angle of 318.3º 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 #95086A is Cyan = 0, Magento = 0.95, Yellow = 0.29 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 8 106 -
CMYK 0 0.95 0.29 0.42
HSL 318.3º 0.9% 0.31% -
HSV(B) 318.3º 0.95% 0.58% -
XYZ 15.08 7.6 14.31 -
YUV 61.33 153.21 190.53 -
System Red Green Blue C M Y K H S L
Decimal 149 8 106 0 0.95 0.29 0.42 318.3 0.9 0.31
Hex 95 8 6A 0 5F 1D 2A 13E 5A 1F
Octal 225 10 152 0 137 35 52 476 132 37
Binary 10010101 1000 1101010 0 1011111 11101 101010 100111110 1011010 11111

Color Harmonies of #95086A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95086A

Black with #95086A

Text Example


Text Example

White with #95086A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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