Html Css Color HEX #880C67 Eggplant

📋 copy color: '#880C67'

red 136 ◦ green 12 ◦ blue 103

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

Shades of Eggplant #880C67

Tints of Eggplant #880C67

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.78%

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

R = 54.18%
G = 4.78%
B = 41.04%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#880C67 (or 0x880C67) is known color: Eggplant. HEX triplet: 88, 0C and 67. RGB value is (136,12,103). Sum of RGB (Red+Green+Blue) = 136+12+103=251 (33% of max value = 765). Red value is 136 (53.52% from 255 or 54.18% from 251); Green value is 12 (5.08% from 255 or 4.78% from 251); Blue value is 103 (40.62% from 255 or 41.04% from 251); Max value from RGB is 136 - color contains mainly: red. Hex color #880C67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880C67 is #77F398. Grayscale: #3B3B3B. Windows color (decimal): -7861145 or 6753416. OLE color: 6753416.

HSL color Cylindrical-coordinate representation of color #880C67: hue angle of 315.97º degrees, saturation: 0.84, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #880C67 is Cyan = 0, Magento = 0.91, Yellow = 0.24 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 12 103 -
CMYK 0 0.91 0.24 0.47
HSL 315.97º 0.84% 0.29% -
HSV(B) 315.97º 0.91% 0.53% -
XYZ 12.73 6.48 13.41 -
YUV 59.45 152.58 182.6 -
System Red Green Blue C M Y K H S L
Decimal 136 12 103 0 0.91 0.24 0.47 315.97 0.84 0.29
Hex 88 C 67 0 5B 18 2F 13C 54 1D
Octal 210 14 147 0 133 30 57 474 124 35
Binary 10001000 1100 1100111 0 1011011 11000 101111 100111100 1010100 11101

Color Harmonies of #880C67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880C67

Black with #880C67

Text Example


Text Example

White with #880C67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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