Html Css Color HEX #880D65 Eggplant

📋 copy color: '#880D65'

red 136 ◦ green 13 ◦ blue 101

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

Shades of Eggplant #880D65

Tints of Eggplant #880D65

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 40.4%

R = 54.4%
G = 5.2%
B = 40.4%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.26

 K value IS 0.47

RGB Variations

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

Color information

#880D65 (or 0x880D65) is known color: Eggplant. HEX triplet: 88, 0D and 65. RGB value is (136,13,101). Sum of RGB (Red+Green+Blue) = 136+13+101=250 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.4% from 250); Green value is 13 (5.47% from 255 or 5.2% from 250); Blue value is 101 (39.84% from 255 or 40.4% from 250); Max value from RGB is 136 - color contains mainly: red. Hex color #880D65 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D65 is #77F29A. Grayscale: #3B3B3B. Windows color (decimal): -7860891 or 6622600. OLE color: 6622600.

HSL color Cylindrical-coordinate representation of color #880D65: hue angle of 317.07º 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 #880D65 is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 13 101 -
CMYK 0 0.90 0.26 0.47
HSL 317.07º 0.83% 0.29% -
HSV(B) 317.07º 0.9% 0.53% -
XYZ 12.65 6.46 12.89 -
YUV 59.81 151.25 182.34 -
System Red Green Blue C M Y K H S L
Decimal 136 13 101 0 0.90 0.26 0.47 317.07 0.83 0.29
Hex 88 D 65 0 5A 1A 2F 13D 53 1D
Octal 210 15 145 0 132 32 57 475 123 35
Binary 10001000 1101 1100101 0 1011010 11010 101111 100111101 1010011 11101

Color Harmonies of #880D65

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D65

Black with #880D65

Text Example


Text Example

White with #880D65

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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