Html Css Color HEX #951265 Eggplant

📋 copy color: '#951265'

red 149 ◦ green 18 ◦ blue 101

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

Shades of Eggplant #951265

Tints of Eggplant #951265

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.72%

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

R = 55.6%
G = 6.72%
B = 37.69%

CMYK

 C value IS 0

 M value IS 0.88

 Y value IS 0.32

 K value IS 0.42

RGB Variations

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

Color information

#951265 (or 0x951265) is known color: Eggplant. HEX triplet: 95, 12 and 65. RGB value is (149,18,101). Sum of RGB (Red+Green+Blue) = 149+18+101=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 18 (7.42% from 255 or 6.72% from 268); Blue value is 101 (39.84% from 255 or 37.69% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #951265 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951265 is #6AED9A. Grayscale: #424242. Windows color (decimal): -7007643 or 6623893. OLE color: 6623893.

HSL color Cylindrical-coordinate representation of color #951265: hue angle of 321.98º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #951265 is Cyan = 0, Magento = 0.88, Yellow = 0.32 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 18 101 -
CMYK 0 0.88 0.32 0.42
HSL 321.98º 0.78% 0.33% -
HSV(B) 321.98º 0.88% 0.58% -
XYZ 14.96 7.76 13.02 -
YUV 66.63 147.4 186.75 -
System Red Green Blue C M Y K H S L
Decimal 149 18 101 0 0.88 0.32 0.42 321.98 0.78 0.33
Hex 95 12 65 0 58 20 2A 142 4E 21
Octal 225 22 145 0 130 40 52 502 116 41
Binary 10010101 10010 1100101 0 1011000 100000 101010 101000010 1001110 100001

Color Harmonies of #951265

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951265

Black with #951265

Text Example


Text Example

White with #951265

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951265; }

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

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

background-color css

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

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

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

border-color css

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

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

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