#9B186D

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

Shades of Jazzberry Jam #9B186D

Tints of Jazzberry Jam #9B186D

Color information

#9B186D (or 0x9B186D) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 18 and 6D. RGB value is (155,24,109). Sum of RGB (Red+Green+Blue) = 155+24+109=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 24 (9.77% from 255 or 8.33% from 288); Blue value is 109 (42.97% from 255 or 37.85% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B186D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B186D is #64E792. Grayscale: #484848. Windows color (decimal): -6612883 or 7149723. OLE color: 7149723.

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

Color convert

RGB15524109-
CMYK00.850.300.39
HSL321.07º73.18%35.1%-
HSV(B)321.07º84.52%60.78%-
XYZ16.68.7315.28-
YUV72.86148.4186.59-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.82%
GREEN value IS 24 (9.77% from 255) = 8.33%
BLUE value IS 109 (42.97% from 255) = 37.85%
R=53.82%
G=8.33%
B=37.85%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552410900.850.300.39321.0773.1835.1
Hex9B186D0551E271414923
Octal233301550125364750111143
Binary1001101111000110110101010101111101001111010000011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B186D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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