Html Css Color HEX #880667 Eggplant

📋 copy color: '#880667'

red 136 ◦ green 6 ◦ blue 103

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

Shades of Eggplant #880667

Tints of Eggplant #880667

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.45%

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

R = 55.51%
G = 2.45%
B = 42.04%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#880667 (or 0x880667) is known color: Eggplant. HEX triplet: 88, 06 and 67. RGB value is (136,6,103). Sum of RGB (Red+Green+Blue) = 136+6+103=245 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.51% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 103 (40.62% from 255 or 42.04% from 245); Max value from RGB is 136 - color contains mainly: red. Hex color #880667 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880667 is #77F998. Grayscale: #373737. Windows color (decimal): -7862681 or 6751880. OLE color: 6751880.

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

Color convert

RGB 136 6 103 -
CMYK 0 0.96 0.24 0.47
HSL 315.23º 0.92% 0.28% -
HSV(B) 315.23º 0.96% 0.53% -
XYZ 12.67 6.34 13.39 -
YUV 55.93 154.57 185.11 -
System Red Green Blue C M Y K H S L
Decimal 136 6 103 0 0.96 0.24 0.47 315.23 0.92 0.28
Hex 88 6 67 0 60 18 2F 13B 5C 1C
Octal 210 6 147 0 140 30 57 473 134 34
Binary 10001000 110 1100111 0 1100000 11000 101111 100111011 1011100 11100

Color Harmonies of #880667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880667

Black with #880667

Text Example


Text Example

White with #880667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880667; }

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

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

background-color css

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

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

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

border-color css

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

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

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