Html Css Color HEX #8B0966 Eggplant

📋 copy color: '#8B0966'

red 139 ◦ green 9 ◦ blue 102

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

Shades of Eggplant #8B0966

Tints of Eggplant #8B0966

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.6%

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

R = 55.6%
G = 3.6%
B = 40.8%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.27

 K value IS 0.45

RGB Variations

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

Color information

#8B0966 (or 0x8B0966) is known color: Eggplant. HEX triplet: 8B, 09 and 66. RGB value is (139,9,102). Sum of RGB (Red+Green+Blue) = 139+9+102=250 (33% of max value = 765). Red value is 139 (54.69% from 255 or 55.6% from 250); Green value is 9 (3.91% from 255 or 3.6% from 250); Blue value is 102 (40.23% from 255 or 40.8% from 250); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0966 is #74F699. Grayscale: #3A3A3A. Windows color (decimal): -7665306 or 6687115. OLE color: 6687115.

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

Color convert

RGB 139 9 102 -
CMYK 0 0.94 0.27 0.45
HSL 317.08º 0.88% 0.29% -
HSV(B) 317.08º 0.94% 0.55% -
XYZ 13.14 6.64 13.16 -
YUV 58.47 152.57 185.44 -
System Red Green Blue C M Y K H S L
Decimal 139 9 102 0 0.94 0.27 0.45 317.08 0.88 0.29
Hex 8B 9 66 0 5E 1B 2D 13D 58 1D
Octal 213 11 146 0 136 33 55 475 130 35
Binary 10001011 1001 1100110 0 1011110 11011 101101 100111101 1011000 11101

Color Harmonies of #8B0966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0966

Black with #8B0966

Text Example


Text Example

White with #8B0966

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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