Html Css Color HEX #8B025D Eggplant

📋 copy color: '#8B025D'

red 139 ◦ green 2 ◦ blue 93

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

Shades of Eggplant #8B025D

Tints of Eggplant #8B025D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.74%

R = 59.4%
G = 0.85%
B = 39.74%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8B025D (or 0x8B025D) is known color: Eggplant. HEX triplet: 8B, 02 and 5D. RGB value is (139,2,93). Sum of RGB (Red+Green+Blue) = 139+2+93=234 (30% of max value = 765). Red value is 139 (54.69% from 255 or 59.40% from 234); Green value is 2 (1.17% from 255 or 0.85% from 234); Blue value is 93 (36.72% from 255 or 39.74% from 234); Max value from RGB is 139 - color contains mainly: red. Hex color #8B025D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B025D is #74FDA2. Grayscale: #353535. Windows color (decimal): -7667107 or 6095499. OLE color: 6095499.

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

Color convert

RGB 139 2 93 -
CMYK 0 0.99 0.33 0.45
HSL 320.15º 0.97% 0.28% -
HSV(B) 320.15º 0.99% 0.55% -
XYZ 12.64 6.32 10.91 -
YUV 53.34 150.39 189.1 -
System Red Green Blue C M Y K H S L
Decimal 139 2 93 0 0.99 0.33 0.45 320.15 0.97 0.28
Hex 8B 2 5D 0 63 21 2D 140 61 1C
Octal 213 2 135 0 143 41 55 500 141 34
Binary 10001011 10 1011101 0 1100011 100001 101101 101000000 1100001 11100

Color Harmonies of #8B025D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B025D

Black with #8B025D

Text Example


Text Example

White with #8B025D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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