#9B1858

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

Shades of Jazzberry Jam #9B1858

Tints of Jazzberry Jam #9B1858

Color information

#9B1858 (or 0x9B1858) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 18 and 58. RGB value is (155,24,88). Sum of RGB (Red+Green+Blue) = 155+24+88=267 (35% of max value = 765). Red value is 155 (60.94% from 255 or 58.05% from 267); Green value is 24 (9.77% from 255 or 8.99% from 267); Blue value is 88 (34.77% from 255 or 32.96% from 267); Max value from RGB is 155 - color contains mainly: red. Hex color #9B1858 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B1858 is #64E7A7. Grayscale: #464646. Windows color (decimal): -6612904 or 5773467. OLE color: 5773467.

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

Color convert

RGB1552488-
CMYK00.850.430.39
HSL330.69º73.18%35.1%-
HSV(B)330.69º84.52%60.78%-
XYZ15.618.3310.02-
YUV70.46137.9188.3-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 58.05%
GREEN value IS 24 (9.77% from 255) = 8.99%
BLUE value IS 88 (34.77% from 255) = 32.96%
R=58.05%
G=8.99%
B=32.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.43
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal155248800.850.430.39330.6973.1835.1
Hex9B18580552B2714b4923
Octal233301300125534751311143
Binary10011011110001011000010101011010111001111010010111001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9B1858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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