Html Css Color HEX #8B025F Eggplant

📋 copy color: '#8B025F'

red 139 ◦ green 2 ◦ blue 95

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

Shades of Eggplant #8B025F

Tints of Eggplant #8B025F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 40.25%

R = 58.9%
G = 0.85%
B = 40.25%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8B025F (or 0x8B025F) is known color: Eggplant. HEX triplet: 8B, 02 and 5F. RGB value is (139,2,95). Sum of RGB (Red+Green+Blue) = 139+2+95=236 (31% of max value = 765). Red value is 139 (54.69% from 255 or 58.90% from 236); Green value is 2 (1.17% from 255 or 0.85% from 236); Blue value is 95 (37.5% from 255 or 40.25% from 236); Max value from RGB is 139 - color contains mainly: red. Hex color #8B025F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B025F is #74FDA0. Grayscale: #353535. Windows color (decimal): -7667105 or 6226571. OLE color: 6226571.

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

Color convert

RGB 139 2 95 -
CMYK 0 0.99 0.32 0.45
HSL 319.27º 0.97% 0.28% -
HSV(B) 319.27º 0.99% 0.55% -
XYZ 12.73 6.36 11.38 -
YUV 53.57 151.39 188.94 -
System Red Green Blue C M Y K H S L
Decimal 139 2 95 0 0.99 0.32 0.45 319.27 0.97 0.28
Hex 8B 2 5F 0 63 20 2D 13F 61 1C
Octal 213 2 137 0 143 40 55 477 141 34
Binary 10001011 10 1011111 0 1100011 100000 101101 100111111 1100001 11100

Color Harmonies of #8B025F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B025F

Black with #8B025F

Text Example


Text Example

White with #8B025F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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