Html Css Color HEX #8B0365 Eggplant

📋 copy color: '#8B0365'

red 139 ◦ green 3 ◦ blue 101

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

Shades of Eggplant #8B0365

Tints of Eggplant #8B0365

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 41.56%

R = 57.2%
G = 1.23%
B = 41.56%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B0365 (or 0x8B0365) is known color: Eggplant. HEX triplet: 8B, 03 and 65. RGB value is (139,3,101). Sum of RGB (Red+Green+Blue) = 139+3+101=243 (32% of max value = 765). Red value is 139 (54.69% from 255 or 57.20% from 243); Green value is 3 (1.56% from 255 or 1.23% from 243); Blue value is 101 (39.84% from 255 or 41.56% from 243); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0365 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0365 is #74FC9A. Grayscale: #363636. Windows color (decimal): -7666843 or 6620043. OLE color: 6620043.

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

Color convert

RGB 139 3 101 -
CMYK 0 0.98 0.27 0.45
HSL 316.76º 0.96% 0.28% -
HSV(B) 316.76º 0.98% 0.55% -
XYZ 13.03 6.49 12.88 -
YUV 54.84 154.06 188.03 -
System Red Green Blue C M Y K H S L
Decimal 139 3 101 0 0.98 0.27 0.45 316.76 0.96 0.28
Hex 8B 3 65 0 62 1B 2D 13D 60 1C
Octal 213 3 145 0 142 33 55 475 140 34
Binary 10001011 11 1100101 0 1100010 11011 101101 100111101 1100000 11100

Color Harmonies of #8B0365

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0365

Black with #8B0365

Text Example


Text Example

White with #8B0365

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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