#9B104A

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

Shades of Jazzberry Jam #9B104A

Tints of Jazzberry Jam #9B104A

Color information

#9B104A (or 0x9B104A) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 10 and 4A. RGB value is (155,16,74). Sum of RGB (Red+Green+Blue) = 155+16+74=245 (32% of max value = 765). Red value is 155 (60.94% from 255 or 63.27% from 245); Green value is 16 (6.64% from 255 or 6.53% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 155 - color contains mainly: red. Hex color #9B104A is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9B104A is #64EFB5. Grayscale: #404040. Windows color (decimal): -6614966 or 4853915. OLE color: 4853915.

HSL color Cylindrical-coordinate representation of color #9B104A: hue angle of 334.96º degrees, saturation: 0.81, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #9B104A is Cyan = 0, Magento = 0.90, Yellow = 0.52 and Black (K on CMYK) = 0.39.

Color convert

RGB1551674-
CMYK00.900.520.39
HSL334.96º81.29%33.53%-
HSV(B)334.96º89.68%60.78%-
XYZ14.947.837.2-
YUV64.17133.55192.78-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 63.27%
GREEN value IS 16 (6.64% from 255) = 6.53%
BLUE value IS 74 (29.30% from 255) = 30.20%
R=63.27%
G=6.53%
B=30.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.52
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155167400.900.520.39334.9681.2933.53
Hex9B104A05A342714f5122
Octal233201120132644751712142
Binary10011011100001001010010110101101001001111010011111010001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B104A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,16,74); }

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

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

 a { background-color: rgb(155,16,74); }

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

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

 span { border-color: rgb(155,16,74); }

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