Html Css Color HEX #8B0272 Eggplant

📋 copy color: '#8B0272'

red 139 ◦ green 2 ◦ blue 114

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

Shades of Eggplant #8B0272

Tints of Eggplant #8B0272

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.71%

R = 54.51%
G = 0.78%
B = 44.71%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.18

 K value IS 0.45

RGB Variations

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

Color information

#8B0272 (or 0x8B0272) is known color: Eggplant. HEX triplet: 8B, 02 and 72. RGB value is (139,2,114). Sum of RGB (Red+Green+Blue) = 139+2+114=255 (33% of max value = 765). Red value is 139 (54.69% from 255 or 54.51% from 255); Green value is 2 (1.17% from 255 or 0.78% from 255); Blue value is 114 (44.92% from 255 or 44.71% from 255); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0272 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0272 is #74FD8D. Grayscale: #373737. Windows color (decimal): -7667086 or 7471755. OLE color: 7471755.

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

Color convert

RGB 139 2 114 -
CMYK 0 0.99 0.18 0.45
HSL 310.95º 0.97% 0.28% -
HSV(B) 310.95º 0.99% 0.55% -
XYZ 13.71 6.75 16.5 -
YUV 55.73 160.89 187.39 -
System Red Green Blue C M Y K H S L
Decimal 139 2 114 0 0.99 0.18 0.45 310.95 0.97 0.28
Hex 8B 2 72 0 63 12 2D 137 61 1C
Octal 213 2 162 0 143 22 55 467 141 34
Binary 10001011 10 1110010 0 1100011 10010 101101 100110111 1100001 11100

Color Harmonies of #8B0272

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0272

Black with #8B0272

Text Example


Text Example

White with #8B0272

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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