#8B0948

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

Shades of Jazzberry Jam #8B0948

Tints of Jazzberry Jam #8B0948

Color information

#8B0948 (or 0x8B0948) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 09 and 48. RGB value is (139,9,72). Sum of RGB (Red+Green+Blue) = 139+9+72=220 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.18% from 220); Green value is 9 (3.91% from 255 or 4.09% from 220); Blue value is 72 (28.52% from 255 or 32.73% from 220); Max value from RGB is 139 - color contains mainly: red. Hex color #8B0948 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B0948 is #74F6B7. Grayscale: #363636. Windows color (decimal): -7665336 or 4721035. OLE color: 4721035.

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

Color convert

RGB139972-
CMYK00.940.480.45
HSL330.92º87.84%29.02%-
HSV(B)330.92º93.53%54.51%-
XYZ11.916.156.69-
YUV55.05137.57187.88-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.18%
GREEN value IS 9 (3.91% from 255) = 4.09%
BLUE value IS 72 (28.52% from 255) = 32.73%
R=63.18%
G=4.09%
B=32.73%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.48
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13997200.940.480.45330.9287.8429.02
Hex8B94805E302D14b581d
Octal213111100136605551313035
Binary100010111001100100001011110110000101101101001011101100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B0948

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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