Html Css Color HEX #880969 Eggplant

📋 copy color: '#880969'

red 136 ◦ green 9 ◦ blue 105

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

Shades of Eggplant #880969

Tints of Eggplant #880969

RGB

 RED value IS 136 (53.52% from 255) = 54.4%

 GREEN value IS 9 (3.91% from 255) = 3.6%

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

R = 54.4%
G = 3.6%
B = 42%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#880969 (or 0x880969) is known color: Eggplant. HEX triplet: 88, 09 and 69. RGB value is (136,9,105). Sum of RGB (Red+Green+Blue) = 136+9+105=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 105 (41.41% from 255 or 42% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #880969 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880969 is #77F696. Grayscale: #393939. Windows color (decimal): -7861911 or 6883720. OLE color: 6883720.

HSL color Cylindrical-coordinate representation of color #880969: hue angle of 314.65º degrees, saturation: 0.88, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #880969 is Cyan = 0, Magento = 0.93, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 9 105 -
CMYK 0 0.93 0.23 0.47
HSL 314.65º 0.88% 0.28% -
HSV(B) 314.65º 0.93% 0.53% -
XYZ 12.8 6.45 13.93 -
YUV 57.92 154.58 183.69 -
System Red Green Blue C M Y K H S L
Decimal 136 9 105 0 0.93 0.23 0.47 314.65 0.88 0.28
Hex 88 9 69 0 5D 17 2F 13B 58 1C
Octal 210 11 151 0 135 27 57 473 130 34
Binary 10001000 1001 1101001 0 1011101 10111 101111 100111011 1011000 11100

Color Harmonies of #880969

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880969

Black with #880969

Text Example


Text Example

White with #880969

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880969; }

 p { color: rgb(136,9,105); }

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

background-color css

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

 a { background-color: rgb(136,9,105); }

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

border-color css

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

 span { border-color: rgb(136,9,105); }

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