#9B195D

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

Shades of Jazzberry Jam #9B195D

Tints of Jazzberry Jam #9B195D

Color information

#9B195D (or 0x9B195D) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 19 and 5D. RGB value is (155,25,93). Sum of RGB (Red+Green+Blue) = 155+25+93=273 (36% of max value = 765). Red value is 155 (60.94% from 255 or 56.78% from 273); Green value is 25 (10.16% from 255 or 9.16% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 155 - color contains mainly: red. Hex color #9B195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B195D is #64E6A2. Grayscale: #474747. Windows color (decimal): -6612643 or 6101403. OLE color: 6101403.

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

Color convert

RGB1552593-
CMYK00.840.40.39
HSL328.62º72.22%35.29%-
HSV(B)328.62º83.87%60.78%-
XYZ15.848.4511.15-
YUV71.62140.07187.47-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 56.78%
GREEN value IS 25 (10.16% from 255) = 9.16%
BLUE value IS 93 (36.72% from 255) = 34.07%
R=56.78%
G=9.16%
B=34.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155259300.840.40.39328.6272.2235.29
Hex9B195D05428271494823
Octal233311350124504751111043
Binary10011011110011011101010101001010001001111010010011001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,25,93); }

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

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

 a { background-color: rgb(155,25,93); }

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

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

 span { border-color: rgb(155,25,93); }

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