Html Css Color HEX #8B0963 Eggplant

📋 copy color: '#8B0963'

red 139 ◦ green 9 ◦ blue 99

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

Shades of Eggplant #8B0963

Tints of Eggplant #8B0963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 40.08%

R = 56.28%
G = 3.64%
B = 40.08%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.29

 K value IS 0.45

RGB Variations

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

Color information

#8B0963 (or 0x8B0963) is known color: Eggplant. HEX triplet: 8B, 09 and 63. RGB value is (139,9,99). Sum of RGB (Red+Green+Blue) = 139+9+99=247 (32% of max value = 765). Red value is 139 (54.69% from 255 or 56.28% from 247); Green value is 9 (3.91% from 255 or 3.64% from 247); Blue value is 99 (39.06% from 255 or 40.08% from 247); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0963 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B0963 is #74F69C. Grayscale: #393939. Windows color (decimal): -7665309 or 6490507. OLE color: 6490507.

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

Color convert

RGB 139 9 99 -
CMYK 0 0.94 0.29 0.45
HSL 318.46º 0.88% 0.29% -
HSV(B) 318.46º 0.94% 0.55% -
XYZ 13 6.59 12.39 -
YUV 58.13 151.07 185.68 -
System Red Green Blue C M Y K H S L
Decimal 139 9 99 0 0.94 0.29 0.45 318.46 0.88 0.29
Hex 8B 9 63 0 5E 1D 2D 13E 58 1D
Octal 213 11 143 0 136 35 55 476 130 35
Binary 10001011 1001 1100011 0 1011110 11101 101101 100111110 1011000 11101

Color Harmonies of #8B0963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8B0963

Black with #8B0963

Text Example


Text Example

White with #8B0963

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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