#9B176D

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

Shades of Jazzberry Jam #9B176D

Tints of Jazzberry Jam #9B176D

Color information

#9B176D (or 0x9B176D) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 17 and 6D. RGB value is (155,23,109). Sum of RGB (Red+Green+Blue) = 155+23+109=287 (38% of max value = 765). Red value is 155 (60.94% from 255 or 54.01% from 287); Green value is 23 (9.38% from 255 or 8.01% from 287); Blue value is 109 (42.97% from 255 or 37.98% from 287); Max value from RGB is 155 - color contains mainly: red. Hex color #9B176D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B176D is #64E892. Grayscale: #484848. Windows color (decimal): -6613139 or 7149467. OLE color: 7149467.

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

Color convert

RGB15523109-
CMYK00.850.300.39
HSL320.91º74.16%34.9%-
HSV(B)320.91º85.16%60.78%-
XYZ16.588.6915.27-
YUV72.27148.73187.01-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 54.01%
GREEN value IS 23 (9.38% from 255) = 8.01%
BLUE value IS 109 (42.97% from 255) = 37.98%
R=54.01%
G=8.01%
B=37.98%

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
Decimal1552310900.850.300.39320.9174.1634.9
Hex9B176D0551E271414a23
Octal233271550125364750111243
Binary1001101110111110110101010101111101001111010000011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B176D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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