Html Css Color HEX #880F67 Eggplant

📋 copy color: '#880F67'

red 136 ◦ green 15 ◦ blue 103

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

Shades of Eggplant #880F67

Tints of Eggplant #880F67

RGB

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

 GREEN value IS 15 (6.25% from 255) = 5.91%

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

R = 53.54%
G = 5.91%
B = 40.55%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#880F67 (or 0x880F67) is known color: Eggplant. HEX triplet: 88, 0F and 67. RGB value is (136,15,103). Sum of RGB (Red+Green+Blue) = 136+15+103=254 (33% of max value = 765). Red value is 136 (53.52% from 255 or 53.54% from 254); Green value is 15 (6.25% from 255 or 5.91% from 254); Blue value is 103 (40.62% from 255 or 40.55% from 254); Max value from RGB is 136 - color contains mainly: red. Hex color #880F67 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880F67 is #77F098. Grayscale: #3C3C3C. Windows color (decimal): -7860377 or 6754184. OLE color: 6754184.

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

Color convert

RGB 136 15 103 -
CMYK 0 0.89 0.24 0.47
HSL 316.36º 0.8% 0.3% -
HSV(B) 316.36º 0.89% 0.53% -
XYZ 12.77 6.56 13.42 -
YUV 61.21 151.59 181.34 -
System Red Green Blue C M Y K H S L
Decimal 136 15 103 0 0.89 0.24 0.47 316.36 0.8 0.3
Hex 88 F 67 0 59 18 2F 13C 50 1E
Octal 210 17 147 0 131 30 57 474 120 36
Binary 10001000 1111 1100111 0 1011001 11000 101111 100111100 1010000 11110

Color Harmonies of #880F67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880F67

Black with #880F67

Text Example


Text Example

White with #880F67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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