#9A0B57

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

Shades of Jazzberry Jam #9A0B57

Tints of Jazzberry Jam #9A0B57

Color information

#9A0B57 (or 0x9A0B57) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 0B and 57. RGB value is (154,11,87). Sum of RGB (Red+Green+Blue) = 154+11+87=252 (33% of max value = 765). Red value is 154 (60.55% from 255 or 61.11% from 252); Green value is 11 (4.69% from 255 or 4.37% from 252); Blue value is 87 (34.38% from 255 or 34.52% from 252); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0B57 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0B57 is #65F4A8. Grayscale: #3E3E3E. Windows color (decimal): -6681769 or 5704602. OLE color: 5704602.

HSL color Cylindrical-coordinate representation of color #9A0B57: hue angle of 328.11º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #9A0B57 is Cyan = 0, Magento = 0.93, Yellow = 0.44 and Black (K on CMYK) = 0.40.

Color convert

RGB1541187-
CMYK00.930.440.40
HSL328.11º86.67%32.35%-
HSV(B)328.11º92.86%60.39%-
XYZ15.177.89.72-
YUV62.42141.88193.32-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 61.11%
GREEN value IS 11 (4.69% from 255) = 4.37%
BLUE value IS 87 (34.38% from 255) = 34.52%
R=61.11%
G=4.37%
B=34.52%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.93
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154118700.930.440.40328.1186.6732.35
Hex9AB5705D2C281485720
Octal232131270135545051012740
Binary1001101010111010111010111011011001010001010010001010111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0B57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,11,87); }

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

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

 a { background-color: rgb(154,11,87); }

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

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

 span { border-color: rgb(154,11,87); }

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