Html Css Color HEX #8B016A Eggplant

📋 copy color: '#8B016A'

red 139 ◦ green 1 ◦ blue 106

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

Shades of Eggplant #8B016A

Tints of Eggplant #8B016A

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

 BLUE value IS 106 (41.8% from 255) = 43.09%

R = 56.5%
G = 0.41%
B = 43.09%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.45

RGB Variations

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

Color information

#8B016A (or 0x8B016A) is known color: Eggplant. HEX triplet: 8B, 01 and 6A. RGB value is (139,1,106). Sum of RGB (Red+Green+Blue) = 139+1+106=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 106 (41.80% from 255 or 43.09% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B016A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B016A is #74FE95. Grayscale: #353535. Windows color (decimal): -7667350 or 6947211. OLE color: 6947211.

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

Color convert

RGB 139 1 106 -
CMYK 0 0.99 0.24 0.45
HSL 314.35º 0.99% 0.27% -
HSV(B) 314.35º 0.99% 0.55% -
XYZ 13.26 6.55 14.2 -
YUV 54.23 157.22 188.46 -
System Red Green Blue C M Y K H S L
Decimal 139 1 106 0 0.99 0.24 0.45 314.35 0.99 0.27
Hex 8B 1 6A 0 63 18 2D 13A 63 1B
Octal 213 1 152 0 143 30 55 472 143 33
Binary 10001011 1 1101010 0 1100011 11000 101101 100111010 1100011 11011

Color Harmonies of #8B016A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B016A

Black with #8B016A

Text Example


Text Example

White with #8B016A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,1,106); }

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

background-color css

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

 a { background-color: rgb(139,1,106); }

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

border-color css

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

 span { border-color: rgb(139,1,106); }

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