#9B1268

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

Shades of Jazzberry Jam #9B1268

Tints of Jazzberry Jam #9B1268

Color information

#9B1268 (or 0x9B1268) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 12 and 68. RGB value is (155,18,104). Sum of RGB (Red+Green+Blue) = 155+18+104=277 (36% of max value = 765). Red value is 155 (60.94% from 255 or 55.96% from 277); Green value is 18 (7.42% from 255 or 6.50% from 277); Blue value is 104 (41.02% from 255 or 37.55% from 277); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1268 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1268 is #64ED97. Grayscale: #444444. Windows color (decimal): -6614424 or 6820507. OLE color: 6820507.

HSL color Cylindrical-coordinate representation of color #9B1268: hue angle of 322.34º degrees, saturation: 0.79, 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 #9B1268 is Cyan = 0, Magento = 0.88, Yellow = 0.33 and Black (K on CMYK) = 0.39.

Color convert

RGB15518104-
CMYK00.880.330.39
HSL322.34º79.19%33.92%-
HSV(B)322.34º88.39%60.78%-
XYZ16.238.413.86-
YUV68.77147.89189.51-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 55.96%
GREEN value IS 18 (7.42% from 255) = 6.50%
BLUE value IS 104 (41.02% from 255) = 37.55%
R=55.96%
G=6.50%
B=37.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.33
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1551810400.880.330.39322.3479.1933.92
Hex9B126805821271424f22
Octal233221500130414750211742
Binary10011011100101101000010110001000011001111010000101001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,18,104); }

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

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

 a { background-color: rgb(155,18,104); }

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

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

 span { border-color: rgb(155,18,104); }

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