Html Css Color HEX #8B0364 Eggplant

📋 copy color: '#8B0364'

red 139 ◦ green 3 ◦ blue 100

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

Shades of Eggplant #8B0364

Tints of Eggplant #8B0364

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.24%

 BLUE value IS 100 (39.45% from 255) = 41.32%

R = 57.44%
G = 1.24%
B = 41.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.28

 K value IS 0.45

RGB Variations

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

Color information

#8B0364 (or 0x8B0364) is known color: Eggplant. HEX triplet: 8B, 03 and 64. RGB value is (139,3,100). Sum of RGB (Red+Green+Blue) = 139+3+100=242 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.44% from 242); Green value is 3 (1.56% from 255 or 1.24% from 242); Blue value is 100 (39.45% from 255 or 41.32% from 242); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0364 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0364 is #74FC9B. Grayscale: #363636. Windows color (decimal): -7666844 or 6554507. OLE color: 6554507.

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

Color convert

RGB 139 3 100 -
CMYK 0 0.98 0.28 0.45
HSL 317.21º 0.96% 0.28% -
HSV(B) 317.21º 0.98% 0.55% -
XYZ 12.98 6.47 12.62 -
YUV 54.72 153.56 188.11 -
System Red Green Blue C M Y K H S L
Decimal 139 3 100 0 0.98 0.28 0.45 317.21 0.96 0.28
Hex 8B 3 64 0 62 1C 2D 13D 60 1C
Octal 213 3 144 0 142 34 55 475 140 34
Binary 10001011 11 1100100 0 1100010 11100 101101 100111101 1100000 11100

Color Harmonies of #8B0364

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0364

Black with #8B0364

Text Example


Text Example

White with #8B0364

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(139,3,100); }

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

background-color css

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

 a { background-color: rgb(139,3,100); }

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

border-color css

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

 span { border-color: rgb(139,3,100); }

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