Html Css Color HEX #88014B Eggplant

📋 copy color: '#88014B'

red 136 ◦ green 1 ◦ blue 75

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

Shades of Eggplant #88014B

Tints of Eggplant #88014B

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.47%

 BLUE value IS 75 (29.69% from 255) = 35.38%

R = 64.15%
G = 0.47%
B = 35.38%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.45

 K value IS 0.47

RGB Variations

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

Color information

#88014B (or 0x88014B) is known color: Eggplant. HEX triplet: 88, 01 and 4B. RGB value is (136,1,75). Sum of RGB (Red+Green+Blue) = 136+1+75=212 (28% of max value = 765). Red value is 136 (53.52% from 255 or 64.15% from 212); Green value is 1 (0.78% from 255 or 0.47% from 212); Blue value is 75 (29.69% from 255 or 35.38% from 212); Max value from RGB is 136 - color contains mainly: red. Hex color #88014B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #88014B is #77FEB4. Grayscale: #313131. Windows color (decimal): -7863989 or 4915592. OLE color: 4915592.

HSL color Cylindrical-coordinate representation of color #88014B: hue angle of 327.11º degrees, saturation: 0.99, 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 #88014B is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.47.

Color convert

RGB 136 1 75 -
CMYK 0 0.99 0.45 0.47
HSL 327.11º 0.99% 0.27% -
HSV(B) 327.11º 0.99% 0.53% -
XYZ 11.43 5.76 7.17 -
YUV 49.8 142.23 189.48 -
System Red Green Blue C M Y K H S L
Decimal 136 1 75 0 0.99 0.45 0.47 327.11 0.99 0.27
Hex 88 1 4B 0 63 2D 2F 147 63 1B
Octal 210 1 113 0 143 55 57 507 143 33
Binary 10001000 1 1001011 0 1100011 101101 101111 101000111 1100011 11011

Color Harmonies of #88014B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #88014B

Black with #88014B

Text Example


Text Example

White with #88014B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #88014B; }

 p { color: rgb(136,1,75); }

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

background-color css

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

 a { background-color: rgb(136,1,75); }

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

border-color css

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

 span { border-color: rgb(136,1,75); }

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