Html Css Color HEX #951071 Eggplant

📋 copy color: '#951071'

red 149 ◦ green 16 ◦ blue 113

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

Shades of Eggplant #951071

Tints of Eggplant #951071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 5.76%

 BLUE value IS 113 (44.53% from 255) = 40.65%

R = 53.6%
G = 5.76%
B = 40.65%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#951071 (or 0x951071) is known color: Eggplant. HEX triplet: 95, 10 and 71. RGB value is (149,16,113). Sum of RGB (Red+Green+Blue) = 149+16+113=278 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.60% from 278); Green value is 16 (6.64% from 255 or 5.76% from 278); Blue value is 113 (44.53% from 255 or 40.65% from 278); Max value from RGB is 149 - color contains mainly: red. Hex color #951071 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951071 is #6AEF8E. Grayscale: #424242. Windows color (decimal): -7008143 or 7409813. OLE color: 7409813.

HSL color Cylindrical-coordinate representation of color #951071: hue angle of 316.24º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951071 is Cyan = 0, Magento = 0.89, Yellow = 0.24 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 113 -
CMYK 0 0.89 0.24 0.42
HSL 316.24º 0.81% 0.32% -
HSV(B) 316.24º 0.89% 0.58% -
XYZ 15.56 7.95 16.34 -
YUV 66.83 154.06 186.61 -
System Red Green Blue C M Y K H S L
Decimal 149 16 113 0 0.89 0.24 0.42 316.24 0.81 0.32
Hex 95 10 71 0 59 18 2A 13C 51 20
Octal 225 20 161 0 131 30 52 474 121 40
Binary 10010101 10000 1110001 0 1011001 11000 101010 100111100 1010001 100000

Color Harmonies of #951071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951071

Black with #951071

Text Example


Text Example

White with #951071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951071; }

 p { color: rgb(149,16,113); }

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

background-color css

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

 a { background-color: rgb(149,16,113); }

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

border-color css

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

 span { border-color: rgb(149,16,113); }

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