Html Css Color HEX #880A67 Eggplant

📋 copy color: '#880A67'

red 136 ◦ green 10 ◦ blue 103

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

Shades of Eggplant #880A67

Tints of Eggplant #880A67

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.02%

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

R = 54.62%
G = 4.02%
B = 41.37%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#880A67 (or 0x880A67) is known color: Eggplant. HEX triplet: 88, 0A and 67. RGB value is (136,10,103). Sum of RGB (Red+Green+Blue) = 136+10+103=249 (32% of max value = 765). Red value is 136 (53.52% from 255 or 54.62% from 249); Green value is 10 (4.30% from 255 or 4.02% from 249); Blue value is 103 (40.62% from 255 or 41.37% from 249); Max value from RGB is 136 - color contains mainly: red. Hex color #880A67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880A67 is #77F598. Grayscale: #3A3A3A. Windows color (decimal): -7861657 or 6752904. OLE color: 6752904.

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

Color convert

RGB 136 10 103 -
CMYK 0 0.93 0.24 0.47
HSL 315.71º 0.86% 0.29% -
HSV(B) 315.71º 0.93% 0.53% -
XYZ 12.71 6.43 13.4 -
YUV 58.28 153.24 183.44 -
System Red Green Blue C M Y K H S L
Decimal 136 10 103 0 0.93 0.24 0.47 315.71 0.86 0.29
Hex 88 A 67 0 5D 18 2F 13C 56 1D
Octal 210 12 147 0 135 30 57 474 126 35
Binary 10001000 1010 1100111 0 1011101 11000 101111 100111100 1010110 11101

Color Harmonies of #880A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880A67

Black with #880A67

Text Example


Text Example

White with #880A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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