Html Css Color HEX #951364 Eggplant

📋 copy color: '#951364'

red 149 ◦ green 19 ◦ blue 100

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

Shades of Eggplant #951364

Tints of Eggplant #951364

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 37.31%

R = 55.6%
G = 7.09%
B = 37.31%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.33

 K value IS 0.42

RGB Variations

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

Color information

#951364 (or 0x951364) is known color: Eggplant. HEX triplet: 95, 13 and 64. RGB value is (149,19,100). Sum of RGB (Red+Green+Blue) = 149+19+100=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 19 (7.81% from 255 or 7.09% from 268); Blue value is 100 (39.45% from 255 or 37.31% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #951364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951364 is #6AEC9B. Grayscale: #424242. Windows color (decimal): -7007388 or 6558613. OLE color: 6558613.

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

Color convert

RGB 149 19 100 -
CMYK 0 0.87 0.33 0.42
HSL 322.62º 0.77% 0.33% -
HSV(B) 322.62º 0.87% 0.58% -
XYZ 14.93 7.78 12.77 -
YUV 67.1 146.57 186.41 -
System Red Green Blue C M Y K H S L
Decimal 149 19 100 0 0.87 0.33 0.42 322.62 0.77 0.33
Hex 95 13 64 0 57 21 2A 143 4D 21
Octal 225 23 144 0 127 41 52 503 115 41
Binary 10010101 10011 1100100 0 1010111 100001 101010 101000011 1001101 100001

Color Harmonies of #951364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951364

Black with #951364

Text Example


Text Example

White with #951364

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951364; }

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

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

background-color css

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

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

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

border-color css

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

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

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