Html Css Color HEX #951062 Eggplant

📋 copy color: '#951062'

red 149 ◦ green 16 ◦ blue 98

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

Shades of Eggplant #951062

Tints of Eggplant #951062

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 37.26%

R = 56.65%
G = 6.08%
B = 37.26%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.34

 K value IS 0.42

RGB Variations

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

Color information

#951062 (or 0x951062) is known color: Eggplant. HEX triplet: 95, 10 and 62. RGB value is (149,16,98). Sum of RGB (Red+Green+Blue) = 149+16+98=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #951062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951062 is #6AEF9D. Grayscale: #404040. Windows color (decimal): -7008158 or 6426773. OLE color: 6426773.

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

Color convert

RGB 149 16 98 -
CMYK 0 0.89 0.34 0.42
HSL 323.01º 0.81% 0.32% -
HSV(B) 323.01º 0.89% 0.58% -
XYZ 14.78 7.64 12.25 -
YUV 65.12 146.56 187.83 -
System Red Green Blue C M Y K H S L
Decimal 149 16 98 0 0.89 0.34 0.42 323.01 0.81 0.32
Hex 95 10 62 0 59 22 2A 143 51 20
Octal 225 20 142 0 131 42 52 503 121 40
Binary 10010101 10000 1100010 0 1011001 100010 101010 101000011 1010001 100000

Color Harmonies of #951062

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951062

Black with #951062

Text Example


Text Example

White with #951062

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951062; }

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

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

background-color css

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

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

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

border-color css

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

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

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