#9B045A

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

Shades of Jazzberry Jam #9B045A

Tints of Jazzberry Jam #9B045A

Color information

#9B045A (or 0x9B045A) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 04 and 5A. RGB value is (155,4,90). Sum of RGB (Red+Green+Blue) = 155+4+90=249 (32% of max value = 765). Red value is 155 (60.94% from 255 or 62.25% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 90 (35.55% from 255 or 36.14% from 249); Max value from RGB is 155 - color contains mainly: red. Hex color #9B045A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B045A is #64FBA5. Grayscale: #3A3A3A. Windows color (decimal): -6618022 or 5899419. OLE color: 5899419.

HSL color Cylindrical-coordinate representation of color #9B045A: hue angle of 325.83º degrees, saturation: 0.95, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9B045A is Cyan = 0, Magento = 0.97, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB155490-
CMYK00.970.420.39
HSL325.83º94.97%31.18%-
HSV(B)325.83º97.42%60.78%-
XYZ15.417.7910.37-
YUV58.95145.53196.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 62.25%
GREEN value IS 4 (1.95% from 255) = 1.61%
BLUE value IS 90 (35.55% from 255) = 36.14%
R=62.25%
G=1.61%
B=36.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15549000.970.420.39325.8394.9731.18
Hex9B45A0612A271465f1f
Octal23341320141524750613737
Binary10011011100101101001100001101010100111101000110101111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B045A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9B045A; }

 p { color: rgb(155,4,90); }

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

<style>
 a { background-color: #9B045A; }

 a { background-color: rgb(155,4,90); }

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

<style>
 span { border-color: #9B045A; }

 span { border-color: rgb(155,4,90); }

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