#9B1267

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

Shades of Jazzberry Jam #9B1267

Tints of Jazzberry Jam #9B1267

Color information

#9B1267 (or 0x9B1267) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 12 and 67. RGB value is (155,18,103). Sum of RGB (Red+Green+Blue) = 155+18+103=276 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.16% from 276); Green value is 18 (7.42% from 255 or 6.52% from 276); Blue value is 103 (40.62% from 255 or 37.32% from 276); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1267 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1267 is #64ED98. Grayscale: #444444. Windows color (decimal): -6614425 or 6754971. OLE color: 6754971.

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

Color convert

RGB15518103-
CMYK00.880.340.39
HSL322.77º79.19%33.92%-
HSV(B)322.77º88.39%60.78%-
XYZ16.188.3813.6-
YUV68.65147.39189.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.16%
GREEN value IS 18 (7.42% from 255) = 6.52%
BLUE value IS 103 (40.62% from 255) = 37.32%
R=56.16%
G=6.52%
B=37.32%

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
Decimal1551810300.880.340.39322.7779.1933.92
Hex9B126705822271434f22
Octal233221470130424750311742
Binary10011011100101100111010110001000101001111010000111001111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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