Html Css Color HEX #880D67 Eggplant

📋 copy color: '#880D67'

red 136 ◦ green 13 ◦ blue 103

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

Shades of Eggplant #880D67

Tints of Eggplant #880D67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 40.87%

R = 53.97%
G = 5.16%
B = 40.87%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#880D67 (or 0x880D67) is known color: Eggplant. HEX triplet: 88, 0D and 67. RGB value is (136,13,103). Sum of RGB (Red+Green+Blue) = 136+13+103=252 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.97% from 252); Green value is 13 (5.47% from 255 or 5.16% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 136 - color contains mainly: red. Hex color #880D67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880D67 is #77F298. Grayscale: #3B3B3B. Windows color (decimal): -7860889 or 6753672. OLE color: 6753672.

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

Color convert

RGB 136 13 103 -
CMYK 0 0.90 0.24 0.47
HSL 316.1º 0.83% 0.29% -
HSV(B) 316.1º 0.9% 0.53% -
XYZ 12.75 6.5 13.42 -
YUV 60.04 152.25 182.18 -
System Red Green Blue C M Y K H S L
Decimal 136 13 103 0 0.90 0.24 0.47 316.1 0.83 0.29
Hex 88 D 67 0 5A 18 2F 13C 53 1D
Octal 210 15 147 0 132 30 57 474 123 35
Binary 10001000 1101 1100111 0 1011010 11000 101111 100111100 1010011 11101

Color Harmonies of #880D67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880D67

Black with #880D67

Text Example


Text Example

White with #880D67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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