#9B0654

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

Shades of Jazzberry Jam #9B0654

Tints of Jazzberry Jam #9B0654

Color information

#9B0654 (or 0x9B0654) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 06 and 54. RGB value is (155,6,84). Sum of RGB (Red+Green+Blue) = 155+6+84=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 6 (2.73% from 255 or 2.45% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0654 is #64F9AB. Grayscale: #3B3B3B. Windows color (decimal): -6617516 or 5506715. OLE color: 5506715.

HSL color Cylindrical-coordinate representation of color #9B0654: hue angle of 328.59º 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 #9B0654 is Cyan = 0, Magento = 0.96, Yellow = 0.46 and Black (K on CMYK) = 0.39.

Color convert

RGB155684-
CMYK00.960.460.39
HSL328.59º92.55%31.57%-
HSV(B)328.59º96.13%60.78%-
XYZ15.187.749.08-
YUV59.44141.86196.16-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.27%
GREEN value IS 6 (2.73% from 255) = 2.45%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=63.27%
G=2.45%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15568400.960.460.39328.5992.5531.57
Hex9B6540602E271495d20
Octal23361240140564751113540
Binary100110111101010100011000001011101001111010010011011101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0654

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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