Html Css Color HEX #8C025B Eggplant

📋 copy color: '#8C025B'

red 140 ◦ green 2 ◦ blue 91

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

Shades of Eggplant #8C025B

Tints of Eggplant #8C025B

RGB

 RED value IS 140 (55.08% from 255) = 60.09%

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

 BLUE value IS 91 (35.94% from 255) = 39.06%

R = 60.09%
G = 0.86%
B = 39.06%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.35

 K value IS 0.45

RGB Variations

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

Color information

#8C025B (or 0x8C025B) is known color: Eggplant. HEX triplet: 8C, 02 and 5B. RGB value is (140,2,91). Sum of RGB (Red+Green+Blue) = 140+2+91=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 2 (1.17% from 255 or 0.86% from 233); Blue value is 91 (35.94% from 255 or 39.06% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C025B is #73FDA4. Grayscale: #353535. Windows color (decimal): -7601573 or 5964428. OLE color: 5964428.

HSL color Cylindrical-coordinate representation of color #8C025B: hue angle of 321.3º degrees, saturation: 0.97, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8C025B is Cyan = 0, Magento = 0.99, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB 140 2 91 -
CMYK 0 0.99 0.35 0.45
HSL 321.3º 0.97% 0.28% -
HSV(B) 321.3º 0.99% 0.55% -
XYZ 12.73 6.37 10.46 -
YUV 53.41 149.22 189.76 -
System Red Green Blue C M Y K H S L
Decimal 140 2 91 0 0.99 0.35 0.45 321.3 0.97 0.28
Hex 8C 2 5B 0 63 23 2D 141 61 1C
Octal 214 2 133 0 143 43 55 501 141 34
Binary 10001100 10 1011011 0 1100011 100011 101101 101000001 1100001 11100

Color Harmonies of #8C025B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C025B

Black with #8C025B

Text Example


Text Example

White with #8C025B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8C025B; }

 p { color: rgb(140,2,91); }

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

background-color css

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

 a { background-color: rgb(140,2,91); }

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

border-color css

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

 span { border-color: rgb(140,2,91); }

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