#8B054B

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

Shades of Jazzberry Jam #8B054B

Tints of Jazzberry Jam #8B054B

Color information

#8B054B (or 0x8B054B) is unknown color: approx Jazzberry Jam. HEX triplet: 8B, 05 and 4B. RGB value is (139,5,75). Sum of RGB (Red+Green+Blue) = 139+5+75=219 (29% of max value = 765). Red value is 139 (54.69% from 255 or 63.47% from 219); Green value is 5 (2.34% from 255 or 2.28% from 219); Blue value is 75 (29.69% from 255 or 34.25% from 219); Max value from RGB is 139 - color contains mainly: red. Hex color #8B054B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #8B054B is #74FAB4. Grayscale: #343434. Windows color (decimal): -7666357 or 4916619. OLE color: 4916619.

HSL color Cylindrical-coordinate representation of color #8B054B: hue angle of 328.66º degrees, saturation: 0.93, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8B054B is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.45.

Color convert

RGB139575-
CMYK00.960.460.45
HSL328.66º93.06%28.24%-
HSV(B)328.66º96.4%54.51%-
XYZ11.976.117.2-
YUV53.05140.39189.31-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 63.47%
GREEN value IS 5 (2.34% from 255) = 2.28%
BLUE value IS 75 (29.69% from 255) = 34.25%
R=63.47%
G=2.28%
B=34.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal13957500.960.460.45328.6693.0628.24
Hex8B54B0602E2D1495d1c
Octal21351130140565551113534
Binary10001011101100101101100000101110101101101001001101110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B054B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,5,75); }

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

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

 a { background-color: rgb(139,5,75); }

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

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

 span { border-color: rgb(139,5,75); }

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