Html Css Color HEX #95016D Eggplant

📋 copy color: '#95016D'

red 149 ◦ green 1 ◦ blue 109

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

Shades of Eggplant #95016D

Tints of Eggplant #95016D

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.39%

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

R = 57.53%
G = 0.39%
B = 42.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95016D (or 0x95016D) is known color: Eggplant. HEX triplet: 95, 01 and 6D. RGB value is (149,1,109). Sum of RGB (Red+Green+Blue) = 149+1+109=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 1 (0.78% from 255 or 0.39% from 259); Blue value is 109 (42.97% from 255 or 42.08% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #95016D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95016D is #6AFE92. Grayscale: #393939. Windows color (decimal): -7011987 or 7143829. OLE color: 7143829.

HSL color Cylindrical-coordinate representation of color #95016D: hue angle of 316.22º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95016D is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 1 109 -
CMYK 0 0.99 0.27 0.42
HSL 316.22º 0.99% 0.29% -
HSV(B) 316.22º 0.99% 0.58% -
XYZ 15.17 7.52 15.12 -
YUV 57.56 157.03 193.22 -
System Red Green Blue C M Y K H S L
Decimal 149 1 109 0 0.99 0.27 0.42 316.22 0.99 0.29
Hex 95 1 6D 0 63 1B 2A 13C 63 1D
Octal 225 1 155 0 143 33 52 474 143 35
Binary 10010101 1 1101101 0 1100011 11011 101010 100111100 1100011 11101

Color Harmonies of #95016D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95016D

Black with #95016D

Text Example


Text Example

White with #95016D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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