#9B1367

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

Shades of Jazzberry Jam #9B1367

Tints of Jazzberry Jam #9B1367

Color information

#9B1367 (or 0x9B1367) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 13 and 67. RGB value is (155,19,103). Sum of RGB (Red+Green+Blue) = 155+19+103=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 19 (7.81% from 255 or 6.86% from 277); Blue value is 103 (40.62% from 255 or 37.18% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1367 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1367 is #64EC98. Grayscale: #454545. Windows color (decimal): -6614169 or 6755227. OLE color: 6755227.

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

Color convert

RGB15519103-
CMYK00.880.340.39
HSL322.94º78.16%34.12%-
HSV(B)322.94º87.74%60.78%-
XYZ16.28.4113.6-
YUV69.24147.06189.17-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 19 (7.81% from 255) = 6.86%
BLUE value IS 103 (40.62% from 255) = 37.18%
R=55.96%
G=6.86%
B=37.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.34
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551910300.880.340.39322.9478.1634.12
Hex9B136705822271434e22
Octal233231470130424750311642
Binary10011011100111100111010110001000101001111010000111001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1367

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,19,103); }

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

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

 a { background-color: rgb(155,19,103); }

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

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

 span { border-color: rgb(155,19,103); }

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