Html Css Color HEX #951366 Eggplant

📋 copy color: '#951366'

red 149 ◦ green 19 ◦ blue 102

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

Shades of Eggplant #951366

Tints of Eggplant #951366

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.04%

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

R = 55.19%
G = 7.04%
B = 37.78%

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

#951366 (or 0x951366) is known color: Eggplant. HEX triplet: 95, 13 and 66. RGB value is (149,19,102). Sum of RGB (Red+Green+Blue) = 149+19+102=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 19 (7.81% from 255 or 7.04% from 270); Blue value is 102 (40.23% from 255 or 37.78% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #951366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951366 is #6AEC99. Grayscale: #434343. Windows color (decimal): -7007386 or 6689685. OLE color: 6689685.

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

Color convert

RGB 149 19 102 -
CMYK 0 0.87 0.32 0.42
HSL 321.69º 0.77% 0.33% -
HSV(B) 321.69º 0.87% 0.58% -
XYZ 15.03 7.81 13.29 -
YUV 67.33 147.57 186.25 -
System Red Green Blue C M Y K H S L
Decimal 149 19 102 0 0.87 0.32 0.42 321.69 0.77 0.33
Hex 95 13 66 0 57 20 2A 142 4D 21
Octal 225 23 146 0 127 40 52 502 115 41
Binary 10010101 10011 1100110 0 1010111 100000 101010 101000010 1001101 100001

Color Harmonies of #951366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951366

Black with #951366

Text Example


Text Example

White with #951366

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951366; }

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

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

background-color css

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

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

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

border-color css

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

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

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