Html Css Color HEX #880767 Eggplant

📋 copy color: '#880767'

red 136 ◦ green 7 ◦ blue 103

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

Shades of Eggplant #880767

Tints of Eggplant #880767

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.85%

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

R = 55.28%
G = 2.85%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#880767 (or 0x880767) is known color: Eggplant. HEX triplet: 88, 07 and 67. RGB value is (136,7,103). Sum of RGB (Red+Green+Blue) = 136+7+103=246 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.28% from 246); Green value is 7 (3.12% from 255 or 2.85% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 136 - color contains mainly: red. Hex color #880767 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880767 is #77F898. Grayscale: #383838. Windows color (decimal): -7862425 or 6752136. OLE color: 6752136.

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

Color convert

RGB 136 7 103 -
CMYK 0 0.95 0.24 0.47
HSL 315.35º 0.9% 0.28% -
HSV(B) 315.35º 0.95% 0.53% -
XYZ 12.68 6.37 13.39 -
YUV 56.52 154.24 184.69 -
System Red Green Blue C M Y K H S L
Decimal 136 7 103 0 0.95 0.24 0.47 315.35 0.9 0.28
Hex 88 7 67 0 5F 18 2F 13B 5A 1C
Octal 210 7 147 0 137 30 57 473 132 34
Binary 10001000 111 1100111 0 1011111 11000 101111 100111011 1011010 11100

Color Harmonies of #880767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880767

Black with #880767

Text Example


Text Example

White with #880767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880767; }

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

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

background-color css

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

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

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

border-color css

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

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

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