Html Css Color HEX #95086D Eggplant

📋 copy color: '#95086D'

red 149 ◦ green 8 ◦ blue 109

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

Shades of Eggplant #95086D

Tints of Eggplant #95086D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 40.98%

R = 56.02%
G = 3.01%
B = 40.98%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95086D (or 0x95086D) is known color: Eggplant. HEX triplet: 95, 08 and 6D. RGB value is (149,8,109). Sum of RGB (Red+Green+Blue) = 149+8+109=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 8 (3.52% from 255 or 3.01% from 266); Blue value is 109 (42.97% from 255 or 40.98% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #95086D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95086D is #6AF792. Grayscale: #3D3D3D. Windows color (decimal): -7010195 or 7145621. OLE color: 7145621.

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

Color convert

RGB 149 8 109 -
CMYK 0 0.95 0.27 0.42
HSL 317.02º 0.9% 0.31% -
HSV(B) 317.02º 0.95% 0.58% -
XYZ 15.24 7.67 15.14 -
YUV 61.67 154.71 190.29 -
System Red Green Blue C M Y K H S L
Decimal 149 8 109 0 0.95 0.27 0.42 317.02 0.9 0.31
Hex 95 8 6D 0 5F 1B 2A 13D 5A 1F
Octal 225 10 155 0 137 33 52 475 132 37
Binary 10010101 1000 1101101 0 1011111 11011 101010 100111101 1011010 11111

Color Harmonies of #95086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95086D

Black with #95086D

Text Example


Text Example

White with #95086D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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