Html Css Color HEX #8B0366 Eggplant

📋 copy color: '#8B0366'

red 139 ◦ green 3 ◦ blue 102

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

Shades of Eggplant #8B0366

Tints of Eggplant #8B0366

RGB

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

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

 BLUE value IS 102 (40.23% from 255) = 41.8%

R = 56.97%
G = 1.23%
B = 41.8%

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

#8B0366 (or 0x8B0366) is known color: Eggplant. HEX triplet: 8B, 03 and 66. RGB value is (139,3,102). Sum of RGB (Red+Green+Blue) = 139+3+102=244 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.97% from 244); Green value is 3 (1.56% from 255 or 1.23% from 244); Blue value is 102 (40.23% from 255 or 41.80% from 244); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0366 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0366 is #74FC99. Grayscale: #363636. Windows color (decimal): -7666842 or 6685579. OLE color: 6685579.

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

Color convert

RGB 139 3 102 -
CMYK 0 0.98 0.27 0.45
HSL 316.32º 0.96% 0.28% -
HSV(B) 316.32º 0.98% 0.55% -
XYZ 13.08 6.51 13.14 -
YUV 54.95 154.56 187.95 -
System Red Green Blue C M Y K H S L
Decimal 139 3 102 0 0.98 0.27 0.45 316.32 0.96 0.28
Hex 8B 3 66 0 62 1B 2D 13C 60 1C
Octal 213 3 146 0 142 33 55 474 140 34
Binary 10001011 11 1100110 0 1100010 11011 101101 100111100 1100000 11100

Color Harmonies of #8B0366

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0366

Black with #8B0366

Text Example


Text Example

White with #8B0366

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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