Html Css Color HEX #951466 Eggplant

📋 copy color: '#951466'

red 149 ◦ green 20 ◦ blue 102

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

Shades of Eggplant #951466

Tints of Eggplant #951466

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 37.64%

R = 54.98%
G = 7.38%
B = 37.64%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#951466 (or 0x951466) is known color: Eggplant. HEX triplet: 95, 14 and 66. RGB value is (149,20,102). Sum of RGB (Red+Green+Blue) = 149+20+102=271 (35% of max value = 765). Red value is 149 (58.59% from 255 or 54.98% from 271); Green value is 20 (8.20% from 255 or 7.38% from 271); Blue value is 102 (40.23% from 255 or 37.64% from 271); Max value from RGB is 149 - color contains mainly: red. Hex color #951466 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951466 is #6AEB99. Grayscale: #434343. Windows color (decimal): -7007130 or 6689941. OLE color: 6689941.

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

Color convert

RGB 149 20 102 -
CMYK 0 0.87 0.32 0.42
HSL 321.86º 0.76% 0.33% -
HSV(B) 321.86º 0.87% 0.58% -
XYZ 15.04 7.85 13.29 -
YUV 67.92 147.24 185.83 -
System Red Green Blue C M Y K H S L
Decimal 149 20 102 0 0.87 0.32 0.42 321.86 0.76 0.33
Hex 95 14 66 0 57 20 2A 142 4C 21
Octal 225 24 146 0 127 40 52 502 114 41
Binary 10010101 10100 1100110 0 1010111 100000 101010 101000010 1001100 100001

Color Harmonies of #951466

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951466

Black with #951466

Text Example


Text Example

White with #951466

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951466; }

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

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

background-color css

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

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

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

border-color css

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

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

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