#9B0652

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

Shades of Jazzberry Jam #9B0652

Tints of Jazzberry Jam #9B0652

Color information

#9B0652 (or 0x9B0652) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 06 and 52. RGB value is (155,6,82). Sum of RGB (Red+Green+Blue) = 155+6+82=243 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.79% from 243); Green value is 6 (2.73% from 255 or 2.47% from 243); Blue value is 82 (32.42% from 255 or 33.74% from 243); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0652 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0652 is #64F9AD. Grayscale: #3B3B3B. Windows color (decimal): -6617518 or 5375643. OLE color: 5375643.

HSL color Cylindrical-coordinate representation of color #9B0652: hue angle of 329.4º degrees, saturation: 0.93, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #9B0652 is Cyan = 0, Magento = 0.96, Yellow = 0.47 and Black (K on CMYK) = 0.39.

Color convert

RGB155682-
CMYK00.960.470.39
HSL329.4º92.55%31.57%-
HSV(B)329.4º96.13%60.78%-
XYZ15.117.718.67-
YUV59.22140.86196.32-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.79%
GREEN value IS 6 (2.73% from 255) = 2.47%
BLUE value IS 82 (32.42% from 255) = 33.74%
R=63.79%
G=2.47%
B=33.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.47
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15568200.960.470.39329.492.5531.57
Hex9B6520602F271495d20
Octal23361220140574751113540
Binary100110111101010010011000001011111001111010010011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,6,82); }

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

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

 a { background-color: rgb(155,6,82); }

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

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

 span { border-color: rgb(155,6,82); }

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