#9A1360

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

Shades of Jazzberry Jam #9A1360

Tints of Jazzberry Jam #9A1360

Color information

#9A1360 (or 0x9A1360) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 13 and 60. RGB value is (154,19,96). Sum of RGB (Red+Green+Blue) = 154+19+96=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 19 (7.81% from 255 or 7.06% from 269); Blue value is 96 (37.89% from 255 or 35.69% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1360 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1360 is #65EC9F. Grayscale: #434343. Windows color (decimal): -6679712 or 6296474. OLE color: 6296474.

HSL color Cylindrical-coordinate representation of color #9A1360: hue angle of 325.78º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #9A1360 is Cyan = 0, Magento = 0.88, Yellow = 0.38 and Black (K on CMYK) = 0.40.

Color convert

RGB1541996-
CMYK00.880.380.40
HSL325.78º78.03%33.92%-
HSV(B)325.78º87.66%60.39%-
XYZ15.678.1811.82-
YUV68.14143.73189.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.25%
GREEN value IS 19 (7.81% from 255) = 7.06%
BLUE value IS 96 (37.89% from 255) = 35.69%
R=57.25%
G=7.06%
B=35.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154199600.880.380.40325.7878.0333.92
Hex9A136005826281464e22
Octal232231400130465050611642
Binary10011010100111100000010110001001101010001010001101001110100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1360

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,19,96); }

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

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

 a { background-color: rgb(154,19,96); }

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

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

 span { border-color: rgb(154,19,96); }

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