Html Css Color HEX #951365 Eggplant

📋 copy color: '#951365'

red 149 ◦ green 19 ◦ blue 101

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

Shades of Eggplant #951365

Tints of Eggplant #951365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 37.55%

R = 55.39%
G = 7.06%
B = 37.55%

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

#951365 (or 0x951365) is known color: Eggplant. HEX triplet: 95, 13 and 65. RGB value is (149,19,101). Sum of RGB (Red+Green+Blue) = 149+19+101=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 101 (39.84% from 255 or 37.55% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #951365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951365 is #6AEC9A. Grayscale: #434343. Windows color (decimal): -7007387 or 6624149. OLE color: 6624149.

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

Color convert

RGB 149 19 101 -
CMYK 0 0.87 0.32 0.42
HSL 322.15º 0.77% 0.33% -
HSV(B) 322.15º 0.87% 0.58% -
XYZ 14.98 7.79 13.03 -
YUV 67.22 147.07 186.33 -
System Red Green Blue C M Y K H S L
Decimal 149 19 101 0 0.87 0.32 0.42 322.15 0.77 0.33
Hex 95 13 65 0 57 20 2A 142 4D 21
Octal 225 23 145 0 127 40 52 502 115 41
Binary 10010101 10011 1100101 0 1010111 100000 101010 101000010 1001101 100001

Color Harmonies of #951365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951365

Black with #951365

Text Example


Text Example

White with #951365

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951365; }

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

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

background-color css

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

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

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

border-color css

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

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

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