#9B175C

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

Shades of Jazzberry Jam #9B175C

Tints of Jazzberry Jam #9B175C

Color information

#9B175C (or 0x9B175C) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 17 and 5C. RGB value is (155,23,92). Sum of RGB (Red+Green+Blue) = 155+23+92=270 (35% of max value = 765). Red value is 155 (60.94% from 255 or 57.41% from 270); Green value is 23 (9.38% from 255 or 8.52% from 270); Blue value is 92 (36.33% from 255 or 34.07% from 270); Max value from RGB is 155 - color contains mainly: red. Hex color #9B175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B175C is #64E8A3. Grayscale: #464646. Windows color (decimal): -6613156 or 6035355. OLE color: 6035355.

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

Color convert

RGB1552392-
CMYK00.850.410.39
HSL328.64º74.16%34.9%-
HSV(B)328.64º85.16%60.78%-
XYZ15.768.3510.91-
YUV70.33140.23188.39-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 57.41%
GREEN value IS 23 (9.38% from 255) = 8.52%
BLUE value IS 92 (36.33% from 255) = 34.07%
R=57.41%
G=8.52%
B=34.07%

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
Decimal155239200.850.410.39328.6474.1634.9
Hex9B175C05529271494a23
Octal233271340125514751111243
Binary10011011101111011100010101011010011001111010010011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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