Html Css Color HEX #951469 Eggplant

📋 copy color: '#951469'

red 149 ◦ green 20 ◦ blue 105

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

Shades of Eggplant #951469

Tints of Eggplant #951469

RGB

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

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

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

R = 54.38%
G = 7.3%
B = 38.32%

CMYK

 C value IS 0

 M value IS 0.87

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#951469 (or 0x951469) is known color: Eggplant. HEX triplet: 95, 14 and 69. RGB value is (149,20,105). Sum of RGB (Red+Green+Blue) = 149+20+105=274 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.38% from 274); Green value is 20 (8.20% from 255 or 7.30% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 149 - color contains mainly: red. Hex color #951469 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951469 is #6AEB96. Grayscale: #444444. Windows color (decimal): -7007127 or 6886549. OLE color: 6886549.

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

Color convert

RGB 149 20 105 -
CMYK 0 0.87 0.30 0.42
HSL 320.47º 0.76% 0.33% -
HSV(B) 320.47º 0.87% 0.58% -
XYZ 15.19 7.91 14.09 -
YUV 68.26 148.74 185.59 -
System Red Green Blue C M Y K H S L
Decimal 149 20 105 0 0.87 0.30 0.42 320.47 0.76 0.33
Hex 95 14 69 0 57 1E 2A 140 4C 21
Octal 225 24 151 0 127 36 52 500 114 41
Binary 10010101 10100 1101001 0 1010111 11110 101010 101000000 1001100 100001

Color Harmonies of #951469

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951469

Black with #951469

Text Example


Text Example

White with #951469

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951469; }

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

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

background-color css

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

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

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

border-color css

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

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

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