Html Css Color HEX #880269 Eggplant

📋 copy color: '#880269'

red 136 ◦ green 2 ◦ blue 105

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

Shades of Eggplant #880269

Tints of Eggplant #880269

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.82%

 BLUE value IS 105 (41.41% from 255) = 43.21%

R = 55.97%
G = 0.82%
B = 43.21%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.23

 K value IS 0.47

RGB Variations

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

Color information

#880269 (or 0x880269) is known color: Eggplant. HEX triplet: 88, 02 and 69. RGB value is (136,2,105). Sum of RGB (Red+Green+Blue) = 136+2+105=243 (32% of max value = 765). Red value is 136 (53.52% from 255 or 55.97% from 243); Green value is 2 (1.17% from 255 or 0.82% from 243); Blue value is 105 (41.41% from 255 or 43.21% from 243); Max value from RGB is 136 - color contains mainly: red. Hex color #880269 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #880269 is #77FD96. Grayscale: #353535. Windows color (decimal): -7863703 or 6881928. OLE color: 6881928.

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

Color convert

RGB 136 2 105 -
CMYK 0 0.99 0.23 0.47
HSL 313.88º 0.97% 0.27% -
HSV(B) 313.88º 0.99% 0.53% -
XYZ 12.72 6.3 13.91 -
YUV 53.81 156.89 186.62 -
System Red Green Blue C M Y K H S L
Decimal 136 2 105 0 0.99 0.23 0.47 313.88 0.97 0.27
Hex 88 2 69 0 63 17 2F 13A 61 1B
Octal 210 2 151 0 143 27 57 472 141 33
Binary 10001000 10 1101001 0 1100011 10111 101111 100111010 1100001 11011

Color Harmonies of #880269

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #880269

Black with #880269

Text Example


Text Example

White with #880269

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #880269; }

 p { color: rgb(136,2,105); }

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

background-color css

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

 a { background-color: rgb(136,2,105); }

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

border-color css

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

 span { border-color: rgb(136,2,105); }

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