Html Css Color HEX #880D69 Eggplant

📋 copy color: '#880D69'

red 136 ◦ green 13 ◦ blue 105

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

Shades of Eggplant #880D69

Tints of Eggplant #880D69

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.12%

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

R = 53.54%
G = 5.12%
B = 41.34%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#880D69 (or 0x880D69) is known color: Eggplant. HEX triplet: 88, 0D and 69. RGB value is (136,13,105). Sum of RGB (Red+Green+Blue) = 136+13+105=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 13 (5.47% from 255 or 5.12% from 254); Blue value is 105 (41.41% from 255 or 41.34% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880D69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D69 is #77F296. Grayscale: #3C3C3C. Windows color (decimal): -7860887 or 6884744. OLE color: 6884744.

HSL color Cylindrical-coordinate representation of color #880D69: hue angle of 315.12º degrees, saturation: 0.83, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #880D69 is Cyan = 0, Magento = 0.90, Yellow = 0.23 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 105 -
CMYK 0 0.90 0.23 0.47
HSL 315.12º 0.83% 0.29% -
HSV(B) 315.12º 0.9% 0.53% -
XYZ 12.85 6.54 13.95 -
YUV 60.27 153.25 182.02 -
System Red Green Blue C M Y K H S L
Decimal 136 13 105 0 0.90 0.23 0.47 315.12 0.83 0.29
Hex 88 D 69 0 5A 17 2F 13B 53 1D
Octal 210 15 151 0 132 27 57 473 123 35
Binary 10001000 1101 1101001 0 1011010 10111 101111 100111011 1010011 11101

Color Harmonies of #880D69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D69

Black with #880D69

Text Example


Text Example

White with #880D69

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880D69; }

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

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

background-color css

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

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

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

border-color css

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

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

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