Html Css Color HEX #951465 Eggplant

📋 copy color: '#951465'

red 149 ◦ green 20 ◦ blue 101

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

Shades of Eggplant #951465

Tints of Eggplant #951465

RGB

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

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

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

R = 55.19%
G = 7.41%
B = 37.41%

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

#951465 (or 0x951465) is known color: Eggplant. HEX triplet: 95, 14 and 65. RGB value is (149,20,101). Sum of RGB (Red+Green+Blue) = 149+20+101=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 20 (8.20% from 255 or 7.41% from 270); Blue value is 101 (39.84% from 255 or 37.41% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #951465 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951465 is #6AEB9A. Grayscale: #434343. Windows color (decimal): -7007131 or 6624405. OLE color: 6624405.

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

Color convert

RGB 149 20 101 -
CMYK 0 0.87 0.32 0.42
HSL 322.33º 0.76% 0.33% -
HSV(B) 322.33º 0.87% 0.58% -
XYZ 14.99 7.83 13.03 -
YUV 67.81 146.74 185.91 -
System Red Green Blue C M Y K H S L
Decimal 149 20 101 0 0.87 0.32 0.42 322.33 0.76 0.33
Hex 95 14 65 0 57 20 2A 142 4C 21
Octal 225 24 145 0 127 40 52 502 114 41
Binary 10010101 10100 1100101 0 1010111 100000 101010 101000010 1001100 100001

Color Harmonies of #951465

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951465

Black with #951465

Text Example


Text Example

White with #951465

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951465; }

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

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

background-color css

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

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

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

border-color css

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

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

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