Html Css Color HEX #8B0257 Eggplant

📋 copy color: '#8B0257'

red 139 ◦ green 2 ◦ blue 87

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

Shades of Eggplant #8B0257

Tints of Eggplant #8B0257

RGB

 RED value IS 139 (54.69% from 255) = 60.96%

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

 BLUE value IS 87 (34.38% from 255) = 38.16%

R = 60.96%
G = 0.88%
B = 38.16%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8B0257 (or 0x8B0257) is known color: Eggplant. HEX triplet: 8B, 02 and 57. RGB value is (139,2,87). Sum of RGB (Red+Green+Blue) = 139+2+87=228 (30% of max value = 765). Red value is 139 (54.69% from 255 or 60.96% from 228); Green value is 2 (1.17% from 255 or 0.88% from 228); Blue value is 87 (34.38% from 255 or 38.16% from 228); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0257 is #74FDA8. Grayscale: #343434. Windows color (decimal): -7667113 or 5702283. OLE color: 5702283.

HSL color Cylindrical-coordinate representation of color #8B0257: hue angle of 322.77º 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 #8B0257 is Cyan = 0, Magento = 0.99, Yellow = 0.37 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 2 87 -
CMYK 0 0.99 0.37 0.45
HSL 322.77º 0.97% 0.28% -
HSV(B) 322.77º 0.99% 0.55% -
XYZ 12.39 6.22 9.56 -
YUV 52.65 147.39 189.59 -
System Red Green Blue C M Y K H S L
Decimal 139 2 87 0 0.99 0.37 0.45 322.77 0.97 0.28
Hex 8B 2 57 0 63 25 2D 143 61 1C
Octal 213 2 127 0 143 45 55 503 141 34
Binary 10001011 10 1010111 0 1100011 100101 101101 101000011 1100001 11100

Color Harmonies of #8B0257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0257

Black with #8B0257

Text Example


Text Example

White with #8B0257

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,2,87); }

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

background-color css

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

 a { background-color: rgb(139,2,87); }

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

border-color css

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

 span { border-color: rgb(139,2,87); }

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