Html Css Color HEX #950569 Eggplant

📋 copy color: '#950569'

red 149 ◦ green 5 ◦ blue 105

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

Shades of Eggplant #950569

Tints of Eggplant #950569

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.93%

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

R = 57.53%
G = 1.93%
B = 40.54%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.30

 K value IS 0.42

RGB Variations

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

Color information

#950569 (or 0x950569) is known color: Eggplant. HEX triplet: 95, 05 and 69. RGB value is (149,5,105). Sum of RGB (Red+Green+Blue) = 149+5+105=259 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.53% from 259); Green value is 5 (2.34% from 255 or 1.93% from 259); Blue value is 105 (41.41% from 255 or 40.54% from 259); Max value from RGB is 149 - color contains mainly: red. Hex color #950569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950569 is #6AFA96. Grayscale: #3B3B3B. Windows color (decimal): -7010967 or 6882709. OLE color: 6882709.

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

Color convert

RGB 149 5 105 -
CMYK 0 0.97 0.30 0.42
HSL 318.33º 0.94% 0.3% -
HSV(B) 318.33º 0.97% 0.58% -
XYZ 15 7.52 14.03 -
YUV 59.46 153.71 191.87 -
System Red Green Blue C M Y K H S L
Decimal 149 5 105 0 0.97 0.30 0.42 318.33 0.94 0.3
Hex 95 5 69 0 61 1E 2A 13E 5E 1E
Octal 225 5 151 0 141 36 52 476 136 36
Binary 10010101 101 1101001 0 1100001 11110 101010 100111110 1011110 11110

Color Harmonies of #950569

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950569

Black with #950569

Text Example


Text Example

White with #950569

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950569; }

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

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

background-color css

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

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

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

border-color css

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

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

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