Html Css Color HEX #880367 Eggplant

📋 copy color: '#880367'

red 136 ◦ green 3 ◦ blue 103

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

Shades of Eggplant #880367

Tints of Eggplant #880367

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

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

R = 56.2%
G = 1.24%
B = 42.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.47

RGB Variations

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

Color information

#880367 (or 0x880367) is known color: Eggplant. HEX triplet: 88, 03 and 67. RGB value is (136,3,103). Sum of RGB (Red+Green+Blue) = 136+3+103=242 (32% of max value = 765). Red value is 136 (53.52% from 255 or 56.20% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 103 (40.62% from 255 or 42.56% from 242); Max value from RGB is 136 - color contains mainly: red. Hex color #880367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880367 is #77FC98. Grayscale: #353535. Windows color (decimal): -7863449 or 6751112. OLE color: 6751112.

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

Color convert

RGB 136 3 103 -
CMYK 0 0.98 0.24 0.47
HSL 314.89º 0.96% 0.27% -
HSV(B) 314.89º 0.98% 0.53% -
XYZ 12.63 6.28 13.38 -
YUV 54.17 155.56 186.37 -
System Red Green Blue C M Y K H S L
Decimal 136 3 103 0 0.98 0.24 0.47 314.89 0.96 0.27
Hex 88 3 67 0 62 18 2F 13B 60 1B
Octal 210 3 147 0 142 30 57 473 140 33
Binary 10001000 11 1100111 0 1100010 11000 101111 100111011 1100000 11011

Color Harmonies of #880367

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880367

Black with #880367

Text Example


Text Example

White with #880367

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880367; }

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

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

background-color css

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

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

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

border-color css

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

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

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