#9B1B6E

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

Shades of Jazzberry Jam #9B1B6E

Tints of Jazzberry Jam #9B1B6E

Color information

#9B1B6E (or 0x9B1B6E) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 1B and 6E. RGB value is (155,27,110). Sum of RGB (Red+Green+Blue) = 155+27+110=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 27 (10.94% from 255 or 9.25% from 292); Blue value is 110 (43.36% from 255 or 37.67% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1B6E is #64E491. Grayscale: #4A4A4A. Windows color (decimal): -6612114 or 7216027. OLE color: 7216027.

HSL color Cylindrical-coordinate representation of color #9B1B6E: hue angle of 321.09º degrees, saturation: 0.7, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9B1B6E is Cyan = 0, Magento = 0.83, Yellow = 0.29 and Black (K on CMYK) = 0.39.

Color convert

RGB15527110-
CMYK00.830.290.39
HSL321.09º70.33%35.69%-
HSV(B)321.09º82.58%60.78%-
XYZ16.728.8815.58-
YUV74.73147.91185.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 27 (10.94% from 255) = 9.25%
BLUE value IS 110 (43.36% from 255) = 37.67%
R=53.08%
G=9.25%
B=37.67%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.29
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552711000.830.290.39321.0970.3335.69
Hex9B1B6E0531D271414624
Octal233331560123354750110644
Binary1001101111011110111001010011111011001111010000011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,27,110); }

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

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

 a { background-color: rgb(155,27,110); }

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

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

 span { border-color: rgb(155,27,110); }

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