#9A1A60

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

Shades of Jazzberry Jam #9A1A60

Tints of Jazzberry Jam #9A1A60

Color information

#9A1A60 (or 0x9A1A60) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 1A and 60. RGB value is (154,26,96). Sum of RGB (Red+Green+Blue) = 154+26+96=276 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.80% from 276); Green value is 26 (10.55% from 255 or 9.42% from 276); Blue value is 96 (37.89% from 255 or 34.78% from 276); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1A60 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9A1A60 is #65E59F. Grayscale: #484848. Windows color (decimal): -6677920 or 6298266. OLE color: 6298266.

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

Color convert

RGB1542696-
CMYK00.830.380.40
HSL327.19º71.11%35.29%-
HSV(B)327.19º83.12%60.39%-
XYZ15.818.4511.86-
YUV72.25141.41186.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.80%
GREEN value IS 26 (10.55% from 255) = 9.42%
BLUE value IS 96 (37.89% from 255) = 34.78%
R=55.80%
G=9.42%
B=34.78%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.38
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154269600.830.380.40327.1971.1135.29
Hex9A1A6005326281474723
Octal232321400123465050710743
Binary10011010110101100000010100111001101010001010001111000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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