Html Css Color HEX #951969 Eggplant

📋 copy color: '#951969'

red 149 ◦ green 25 ◦ blue 105

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

Shades of Eggplant #951969

Tints of Eggplant #951969

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

 BLUE value IS 105 (41.41% from 255) = 37.63%

R = 53.41%
G = 8.96%
B = 37.63%

CMYK

 C value IS 0

 M value IS 0.83

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#951969 (or 0x951969) is known color: Eggplant. HEX triplet: 95, 19 and 69. RGB value is (149,25,105). Sum of RGB (Red+Green+Blue) = 149+25+105=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 105 (41.41% from 255 or 37.63% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #951969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951969 is #6AE696. Grayscale: #474747. Windows color (decimal): -7005847 or 6887829. OLE color: 6887829.

HSL color Cylindrical-coordinate representation of color #951969: hue angle of 321.29º degrees, saturation: 0.71, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #951969 is Cyan = 0, Magento = 0.83, Yellow = 0.30 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 25 105 -
CMYK 0 0.83 0.30 0.42
HSL 321.29º 0.71% 0.34% -
HSV(B) 321.29º 0.83% 0.58% -
XYZ 15.29 8.1 14.12 -
YUV 71.2 147.08 183.5 -
System Red Green Blue C M Y K H S L
Decimal 149 25 105 0 0.83 0.30 0.42 321.29 0.71 0.34
Hex 95 19 69 0 53 1E 2A 141 47 22
Octal 225 31 151 0 123 36 52 501 107 42
Binary 10010101 11001 1101001 0 1010011 11110 101010 101000001 1000111 100010

Color Harmonies of #951969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951969

Black with #951969

Text Example


Text Example

White with #951969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951969; }

 p { color: rgb(149,25,105); }

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

background-color css

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

 a { background-color: rgb(149,25,105); }

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

border-color css

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

 span { border-color: rgb(149,25,105); }

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