Html Css Color HEX #951061 Eggplant

📋 copy color: '#951061'

red 149 ◦ green 16 ◦ blue 97

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

Shades of Eggplant #951061

Tints of Eggplant #951061

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 37.02%

R = 56.87%
G = 6.11%
B = 37.02%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#951061 (or 0x951061) is known color: Eggplant. HEX triplet: 95, 10 and 61. RGB value is (149,16,97). Sum of RGB (Red+Green+Blue) = 149+16+97=262 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.87% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 97 (38.28% from 255 or 37.02% from 262); Max value from RGB is 149 - color contains mainly: red. Hex color #951061 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951061 is #6AEF9E. Grayscale: #404040. Windows color (decimal): -7008159 or 6361237. OLE color: 6361237.

HSL color Cylindrical-coordinate representation of color #951061: hue angle of 323.46º 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 #951061 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 16 97 -
CMYK 0 0.89 0.35 0.42
HSL 323.46º 0.81% 0.32% -
HSV(B) 323.46º 0.89% 0.58% -
XYZ 14.74 7.62 12 -
YUV 65 146.06 187.91 -
System Red Green Blue C M Y K H S L
Decimal 149 16 97 0 0.89 0.35 0.42 323.46 0.81 0.32
Hex 95 10 61 0 59 23 2A 143 51 20
Octal 225 20 141 0 131 43 52 503 121 40
Binary 10010101 10000 1100001 0 1011001 100011 101010 101000011 1010001 100000

Color Harmonies of #951061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951061

Black with #951061

Text Example


Text Example

White with #951061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951061; }

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

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

background-color css

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

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

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

border-color css

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

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

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