Html Css Color HEX #95186B Eggplant

📋 copy color: '#95186B'

red 149 ◦ green 24 ◦ blue 107

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

Shades of Eggplant #95186B

Tints of Eggplant #95186B

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.57%

 BLUE value IS 107 (42.19% from 255) = 38.21%

R = 53.21%
G = 8.57%
B = 38.21%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.28

 K value IS 0.42

RGB Variations

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

Color information

#95186B (or 0x95186B) is known color: Eggplant. HEX triplet: 95, 18 and 6B. RGB value is (149,24,107). Sum of RGB (Red+Green+Blue) = 149+24+107=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 24 (9.77% from 255 or 8.57% from 280); Blue value is 107 (42.19% from 255 or 38.21% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95186B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95186B is #6AE794. Grayscale: #464646. Windows color (decimal): -7006101 or 7018645. OLE color: 7018645.

HSL color Cylindrical-coordinate representation of color #95186B: hue angle of 320.16º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #95186B is Cyan = 0, Magento = 0.84, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 24 107 -
CMYK 0 0.84 0.28 0.42
HSL 320.16º 0.72% 0.34% -
HSV(B) 320.16º 0.84% 0.58% -
XYZ 15.37 8.1 14.66 -
YUV 70.84 148.41 183.75 -
System Red Green Blue C M Y K H S L
Decimal 149 24 107 0 0.84 0.28 0.42 320.16 0.72 0.34
Hex 95 18 6B 0 54 1C 2A 140 48 22
Octal 225 30 153 0 124 34 52 500 110 42
Binary 10010101 11000 1101011 0 1010100 11100 101010 101000000 1001000 100010

Color Harmonies of #95186B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95186B

Black with #95186B

Text Example


Text Example

White with #95186B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95186B; }

 p { color: rgb(149,24,107); }

 H1.HeaderClassName
 {
   color: #95186B;
 }
 .AnyTagClassName
 {
   color: #95186B;
 }
</style>

background-color css

<style>
 a { background-color: #95186B; }

 a { background-color: rgb(149,24,107); }

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

border-color css

<style>
 span { border-color: #95186B; }

 span { border-color: rgb(149,24,107); }

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