Html Css Color HEX #880069 Eggplant

📋 copy color: '#880069'

red 136 ◦ green 0 ◦ blue 105

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

Shades of Eggplant #880069

Tints of Eggplant #880069

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 56.43%
G = 0%
B = 43.57%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#880069 (or 0x880069) is known color: Eggplant. HEX triplet: 88, 00 and 69. RGB value is (136,0,105). Sum of RGB (Red+Green+Blue) = 136+0+105=241 (31% of max value = 765). Red value is 136 (53.52% from 255 or 56.43% from 241); Green value is 0 (0.39% from 255 or 0% from 241); Blue value is 105 (41.41% from 255 or 43.57% from 241); Max value from RGB is 136 - color contains mainly: red. Hex color #880069 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880069 is #77FF96. Grayscale: #343434. Windows color (decimal): -7864215 or 6881416. OLE color: 6881416.

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

Color convert

RGB 136 0 105 -
CMYK 0 1 0.23 0.47
HSL 313.68º 1% 0.27% -
HSV(B) 313.68º 1% 0.53% -
XYZ 12.7 6.25 13.9 -
YUV 52.63 157.56 187.46 -
System Red Green Blue C M Y K H S L
Decimal 136 0 105 0 1 0.23 0.47 313.68 1 0.27
Hex 88 0 69 0 64 17 2F 13A 64 1B
Octal 210 0 151 0 144 27 57 472 144 33
Binary 10001000 0 1101001 0 1100100 10111 101111 100111010 1100100 11011

Color Harmonies of #880069

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880069

Black with #880069

Text Example


Text Example

White with #880069

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880069; }

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

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

background-color css

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

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

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

border-color css

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

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

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