#9B0E58

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

Shades of Jazzberry Jam #9B0E58

Tints of Jazzberry Jam #9B0E58

Color information

#9B0E58 (or 0x9B0E58) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 0E and 58. RGB value is (155,14,88). Sum of RGB (Red+Green+Blue) = 155+14+88=257 (34% of max value = 765). Red value is 155 (60.94% from 255 or 60.31% from 257); Green value is 14 (5.86% from 255 or 5.45% from 257); Blue value is 88 (34.77% from 255 or 34.24% from 257); Max value from RGB is 155 - color contains mainly: red. Hex color #9B0E58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B0E58 is #64F1A7. Grayscale: #404040. Windows color (decimal): -6615464 or 5770907. OLE color: 5770907.

HSL color Cylindrical-coordinate representation of color #9B0E58: hue angle of 328.51º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #9B0E58 is Cyan = 0, Magento = 0.91, Yellow = 0.43 and Black (K on CMYK) = 0.39.

Color convert

RGB1551488-
CMYK00.910.430.39
HSL328.51º83.43%33.14%-
HSV(B)328.51º90.97%60.78%-
XYZ15.447.999.96-
YUV64.6141.21192.48-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 60.31%
GREEN value IS 14 (5.86% from 255) = 5.45%
BLUE value IS 88 (34.77% from 255) = 34.24%
R=60.31%
G=5.45%
B=34.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155148800.910.430.39328.5183.4333.14
Hex9BE5805B2B271495321
Octal233161300133534751112341
Binary1001101111101011000010110111010111001111010010011010011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B0E58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(155,14,88); }

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

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

 a { background-color: rgb(155,14,88); }

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

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

 span { border-color: rgb(155,14,88); }

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