Html Css Color HEX #95156D Eggplant

📋 copy color: '#95156D'

red 149 ◦ green 21 ◦ blue 109

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

Shades of Eggplant #95156D

Tints of Eggplant #95156D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.53%

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

R = 53.41%
G = 7.53%
B = 39.07%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.27

 K value IS 0.42

RGB Variations

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

Color information

#95156D (or 0x95156D) is known color: Eggplant. HEX triplet: 95, 15 and 6D. RGB value is (149,21,109). Sum of RGB (Red+Green+Blue) = 149+21+109=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 21 (8.59% from 255 or 7.53% from 279); Blue value is 109 (42.97% from 255 or 39.07% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #95156D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95156D is #6AEA92. Grayscale: #454545. Windows color (decimal): -7006867 or 7148949. OLE color: 7148949.

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

Color convert

RGB 149 21 109 -
CMYK 0 0.86 0.27 0.42
HSL 318.75º 0.75% 0.33% -
HSV(B) 318.75º 0.86% 0.58% -
XYZ 15.42 8.03 15.21 -
YUV 69.3 150.41 184.84 -
System Red Green Blue C M Y K H S L
Decimal 149 21 109 0 0.86 0.27 0.42 318.75 0.75 0.33
Hex 95 15 6D 0 56 1B 2A 13F 4B 21
Octal 225 25 155 0 126 33 52 477 113 41
Binary 10010101 10101 1101101 0 1010110 11011 101010 100111111 1001011 100001

Color Harmonies of #95156D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95156D

Black with #95156D

Text Example


Text Example

White with #95156D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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