#8B094D

Color #8B094D Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #8B094D

Tints of Jazzberry Jam #8B094D

Color information

#8B094D (or 0x8B094D) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 09 and 4D. RGB value is (139,9,77). Sum of RGB (Red+Green+Blue) = 139+9+77=225 (29% of max value = 765). Red value is 139 (54.69% from 255 or 61.78% from 225); Green value is 9 (3.91% from 255 or 4% from 225); Blue value is 77 (30.47% from 255 or 34.22% from 225); Max value from RGB is 139 - color contains mainly: red. Hex color #8B094D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B094D is #74F6B2. Grayscale: #373737. Windows color (decimal): -7665331 or 5048715. OLE color: 5048715.

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

Color convert

RGB139977-
CMYK00.940.450.45
HSL328.62º87.84%29.02%-
HSV(B)328.62º93.53%54.51%-
XYZ12.086.227.58-
YUV55.62140.07187.47-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 61.78%
GREEN value IS 9 (3.91% from 255) = 4%
BLUE value IS 77 (30.47% from 255) = 34.22%
R=61.78%
G=4%
B=34.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.45
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13997700.940.450.45328.6287.8429.02
Hex8B94D05E2D2D149581d
Octal213111150136555551113035
Binary100010111001100110101011110101101101101101001001101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B094D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8B094D;
 }
 .AnyTagClassName
 {
   color: #8B094D;
 }
</style>
background-color css

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

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

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

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

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

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