Html Css Color HEX #95146F Eggplant

📋 copy color: '#95146F'

red 149 ◦ green 20 ◦ blue 111

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

Shades of Eggplant #95146F

Tints of Eggplant #95146F

RGB

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

 GREEN value IS 20 (8.2% from 255) = 7.14%

 BLUE value IS 111 (43.75% from 255) = 39.64%

R = 53.21%
G = 7.14%
B = 39.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.26

 K value IS 0.42

RGB Variations

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

Color information

#95146F (or 0x95146F) is known color: Eggplant. HEX triplet: 95, 14 and 6F. RGB value is (149,20,111). Sum of RGB (Red+Green+Blue) = 149+20+111=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 20 (8.20% from 255 or 7.14% from 280); Blue value is 111 (43.75% from 255 or 39.64% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #95146F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95146F is #6AEB90. Grayscale: #444444. Windows color (decimal): -7007121 or 7279765. OLE color: 7279765.

HSL color Cylindrical-coordinate representation of color #95146F: hue angle of 317.67º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #95146F is Cyan = 0, Magento = 0.87, Yellow = 0.26 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 20 111 -
CMYK 0 0.87 0.26 0.42
HSL 317.67º 0.76% 0.33% -
HSV(B) 317.67º 0.87% 0.58% -
XYZ 15.51 8.04 15.77 -
YUV 68.95 151.74 185.1 -
System Red Green Blue C M Y K H S L
Decimal 149 20 111 0 0.87 0.26 0.42 317.67 0.76 0.33
Hex 95 14 6F 0 57 1A 2A 13E 4C 21
Octal 225 24 157 0 127 32 52 476 114 41
Binary 10010101 10100 1101111 0 1010111 11010 101010 100111110 1001100 100001

Color Harmonies of #95146F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #95146F

Black with #95146F

Text Example


Text Example

White with #95146F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #95146F; }

 p { color: rgb(149,20,111); }

 H1.HeaderClassName
 {
   color: #95146F;
 }
 .AnyTagClassName
 {
   color: #95146F;
 }
</style>

background-color css

<style>
 a { background-color: #95146F; }

 a { background-color: rgb(149,20,111); }

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

border-color css

<style>
 span { border-color: #95146F; }

 span { border-color: rgb(149,20,111); }

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