#9B185B

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

Shades of Jazzberry Jam #9B185B

Tints of Jazzberry Jam #9B185B

Color information

#9B185B (or 0x9B185B) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 18 and 5B. RGB value is (155,24,91). Sum of RGB (Red+Green+Blue) = 155+24+91=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 24 (9.77% from 255 or 8.89% from 270); Blue value is 91 (35.94% from 255 or 33.70% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B185B is #64E7A4. Grayscale: #464646. Windows color (decimal): -6612901 or 5970075. OLE color: 5970075.

HSL color Cylindrical-coordinate representation of color #9B185B: hue angle of 329.31º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9B185B is Cyan = 0, Magento = 0.85, Yellow = 0.41 and Black (K on CMYK) = 0.39.

Color convert

RGB1552491-
CMYK00.850.410.39
HSL329.31º73.18%35.1%-
HSV(B)329.31º84.52%60.78%-
XYZ15.738.3810.69-
YUV70.81139.4188.05-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.41%
GREEN value IS 24 (9.77% from 255) = 8.89%
BLUE value IS 91 (35.94% from 255) = 33.70%
R=57.41%
G=8.89%
B=33.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.41
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155249100.850.410.39329.3173.1835.1
Hex9B185B05529271494923
Octal233301330125514751111143
Binary10011011110001011011010101011010011001111010010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,24,91); }

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

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

 a { background-color: rgb(155,24,91); }

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

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

 span { border-color: rgb(155,24,91); }

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