Html Css Color HEX #8B0467 Eggplant

📋 copy color: '#8B0467'

red 139 ◦ green 4 ◦ blue 103

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

Shades of Eggplant #8B0467

Tints of Eggplant #8B0467

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.63%

 BLUE value IS 103 (40.63% from 255) = 41.87%

R = 56.5%
G = 1.63%
B = 41.87%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.26

 K value IS 0.45

RGB Variations

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

Color information

#8B0467 (or 0x8B0467) is known color: Eggplant. HEX triplet: 8B, 04 and 67. RGB value is (139,4,103). Sum of RGB (Red+Green+Blue) = 139+4+103=246 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.50% from 246); Green value is 4 (1.95% from 255 or 1.63% from 246); Blue value is 103 (40.62% from 255 or 41.87% from 246); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0467 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0467 is #74FB98. Grayscale: #373737. Windows color (decimal): -7666585 or 6751371. OLE color: 6751371.

HSL color Cylindrical-coordinate representation of color #8B0467: hue angle of 316º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #8B0467 is Cyan = 0, Magento = 0.97, Yellow = 0.26 and Black (K on CMYK) = 0.45.

Color convert

RGB 139 4 103 -
CMYK 0 0.97 0.26 0.45
HSL 316º 0.94% 0.28% -
HSV(B) 316º 0.97% 0.55% -
XYZ 13.14 6.56 13.4 -
YUV 55.65 154.73 187.45 -
System Red Green Blue C M Y K H S L
Decimal 139 4 103 0 0.97 0.26 0.45 316 0.94 0.28
Hex 8B 4 67 0 61 1A 2D 13C 5E 1C
Octal 213 4 147 0 141 32 55 474 136 34
Binary 10001011 100 1100111 0 1100001 11010 101101 100111100 1011110 11100

Color Harmonies of #8B0467

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0467

Black with #8B0467

Text Example


Text Example

White with #8B0467

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,4,103); }

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

background-color css

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

 a { background-color: rgb(139,4,103); }

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

border-color css

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

 span { border-color: rgb(139,4,103); }

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