#9B1B65

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

Shades of Jazzberry Jam #9B1B65

Tints of Jazzberry Jam #9B1B65

Color information

#9B1B65 (or 0x9B1B65) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 1B and 65. RGB value is (155,27,101). Sum of RGB (Red+Green+Blue) = 155+27+101=283 (37% of max value = 765). Red value is 155 (60.94% from 255 or 54.77% from 283); Green value is 27 (10.94% from 255 or 9.54% from 283); Blue value is 101 (39.84% from 255 or 35.69% from 283); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1B65 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1B65 is #64E49A. Grayscale: #494949. Windows color (decimal): -6612123 or 6626203. OLE color: 6626203.

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

Color convert

RGB15527101-
CMYK00.830.350.39
HSL325.31º70.33%35.69%-
HSV(B)325.31º82.58%60.78%-
XYZ16.268.6913.13-
YUV73.71143.41185.98-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.77%
GREEN value IS 27 (10.94% from 255) = 9.54%
BLUE value IS 101 (39.84% from 255) = 35.69%
R=54.77%
G=9.54%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552710100.830.350.39325.3170.3335.69
Hex9B1B6505323271454624
Octal233331450123434750510644
Binary10011011110111100101010100111000111001111010001011000110100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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