Html Css Color HEX #95156C Eggplant

📋 copy color: '#95156C'

red 149 ◦ green 21 ◦ blue 108

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

Shades of Eggplant #95156C

Tints of Eggplant #95156C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 38.85%

R = 53.6%
G = 7.55%
B = 38.85%

CMYK

 C value IS 0

 M value IS 0.86

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95156C (or 0x95156C) is known color: Eggplant. HEX triplet: 95, 15 and 6C. RGB value is (149,21,108). Sum of RGB (Red+Green+Blue) = 149+21+108=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 21 (8.59% from 255 or 7.55% from 278); Blue value is 108 (42.58% from 255 or 38.85% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #95156C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95156C is #6AEA93. Grayscale: #444444. Windows color (decimal): -7006868 or 7083413. OLE color: 7083413.

HSL color Cylindrical-coordinate representation of color #95156C: hue angle of 319.22º 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 #95156C is Cyan = 0, Magento = 0.86, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 21 108 -
CMYK 0 0.86 0.28 0.42
HSL 319.22º 0.75% 0.33% -
HSV(B) 319.22º 0.86% 0.58% -
XYZ 15.37 8.01 14.92 -
YUV 69.19 149.91 184.93 -
System Red Green Blue C M Y K H S L
Decimal 149 21 108 0 0.86 0.28 0.42 319.22 0.75 0.33
Hex 95 15 6C 0 56 1C 2A 13F 4B 21
Octal 225 25 154 0 126 34 52 477 113 41
Binary 10010101 10101 1101100 0 1010110 11100 101010 100111111 1001011 100001

Color Harmonies of #95156C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95156C

Black with #95156C

Text Example


Text Example

White with #95156C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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