#9B0154

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

Shades of Jazzberry Jam #9B0154

Tints of Jazzberry Jam #9B0154

Color information

#9B0154 (or 0x9B0154) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 01 and 54. RGB value is (155,1,84). Sum of RGB (Red+Green+Blue) = 155+1+84=240 (31% of max value = 765). Red value is 155 (60.94% from 255 or 64.58% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 84 (33.20% from 255 or 35% from 240); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0154 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0154 is #64FEAB. Grayscale: #383838. Windows color (decimal): -6618796 or 5505435. OLE color: 5505435.

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

Color convert

RGB155184-
CMYK00.990.460.39
HSL327.66º98.72%30.59%-
HSV(B)327.66º99.35%60.78%-
XYZ15.137.639.06-
YUV56.51143.52198.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 64.58%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 84 (33.20% from 255) = 35%
R=64.58%
G=0.42%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.46
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15518400.990.460.39327.6698.7230.59
Hex9B1540632E27148631f
Octal23311240143564751014337
Binary100110111101010001100011101110100111101001000110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0154

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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