#9B055D

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

Shades of Jazzberry Jam #9B055D

Tints of Jazzberry Jam #9B055D

Color information

#9B055D (or 0x9B055D) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 05 and 5D. RGB value is (155,5,93). Sum of RGB (Red+Green+Blue) = 155+5+93=253 (33% of max value = 765). Red value is 155 (60.94% from 255 or 61.26% from 253); Green value is 5 (2.34% from 255 or 1.98% from 253); Blue value is 93 (36.72% from 255 or 36.76% from 253); Max value from RGB is 155 - color contains mainly: red. Hex color #9B055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B055D is #64FAA2. Grayscale: #3B3B3B. Windows color (decimal): -6617763 or 6096283. OLE color: 6096283.

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

Color convert

RGB155593-
CMYK00.970.40.39
HSL324.8º93.75%31.37%-
HSV(B)324.8º96.77%60.78%-
XYZ15.557.8711.06-
YUV59.88146.7195.84-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 61.26%
GREEN value IS 5 (2.34% from 255) = 1.98%
BLUE value IS 93 (36.72% from 255) = 36.76%
R=61.26%
G=1.98%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.4
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15559300.970.40.39324.893.7531.37
Hex9B55D06128271455e1f
Octal23351350141504750513637
Binary10011011101101110101100001101000100111101000101101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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