#9B1E6B

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

Shades of Jazzberry Jam #9B1E6B

Tints of Jazzberry Jam #9B1E6B

Color information

#9B1E6B (or 0x9B1E6B) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 1E and 6B. RGB value is (155,30,107). Sum of RGB (Red+Green+Blue) = 155+30+107=292 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.08% from 292); Green value is 30 (12.11% from 255 or 10.27% from 292); Blue value is 107 (42.19% from 255 or 36.64% from 292); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1E6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9B1E6B is #64E194. Grayscale: #4B4B4B. Windows color (decimal): -6611349 or 7020187. OLE color: 7020187.

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

Color convert

RGB15530107-
CMYK00.810.310.39
HSL323.04º67.57%36.27%-
HSV(B)323.04º80.65%60.78%-
XYZ16.648.9614.76-
YUV76.15145.41184.24-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.08%
GREEN value IS 30 (12.11% from 255) = 10.27%
BLUE value IS 107 (42.19% from 255) = 36.64%
R=53.08%
G=10.27%
B=36.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1553010700.810.310.39323.0467.5736.27
Hex9B1E6B0511F271434424
Octal233361530121374750310444
Binary1001101111110110101101010001111111001111010000111000100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1E6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,30,107); }

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

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

 a { background-color: rgb(155,30,107); }

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

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

 span { border-color: rgb(155,30,107); }

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