#9A0558

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

Shades of Jazzberry Jam #9A0558

Tints of Jazzberry Jam #9A0558

Color information

#9A0558 (or 0x9A0558) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 05 and 58. RGB value is (154,5,88). Sum of RGB (Red+Green+Blue) = 154+5+88=247 (32% of max value = 765). Red value is 154 (60.55% from 255 or 62.35% from 247); Green value is 5 (2.34% from 255 or 2.02% from 247); Blue value is 88 (34.77% from 255 or 35.63% from 247); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0558 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0558 is #65FAA7. Grayscale: #3A3A3A. Windows color (decimal): -6683304 or 5768602. OLE color: 5768602.

HSL color Cylindrical-coordinate representation of color #9A0558: hue angle of 326.58º degrees, saturation: 0.94, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #9A0558 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.40.

Color convert

RGB154588-
CMYK00.970.430.40
HSL326.58º93.71%31.18%-
HSV(B)326.58º96.75%60.39%-
XYZ15.147.689.92-
YUV59.01144.36195.75-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 62.35%
GREEN value IS 5 (2.34% from 255) = 2.02%
BLUE value IS 88 (34.77% from 255) = 35.63%
R=62.35%
G=2.02%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15458800.970.430.40326.5893.7131.18
Hex9A5580612B281475e1f
Octal23251300141535050713637
Binary10011010101101100001100001101011101000101000111101111011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,5,88); }

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

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

 a { background-color: rgb(154,5,88); }

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

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

 span { border-color: rgb(154,5,88); }

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