#9A0256

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

Shades of Jazzberry Jam #9A0256

Tints of Jazzberry Jam #9A0256

Color information

#9A0256 (or 0x9A0256) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 02 and 56. RGB value is (154,2,86). Sum of RGB (Red+Green+Blue) = 154+2+86=242 (32% of max value = 765). Red value is 154 (60.55% from 255 or 63.64% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 86 (33.98% from 255 or 35.54% from 242); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0256 is #65FDA9. Grayscale: #383838. Windows color (decimal): -6684074 or 5636762. OLE color: 5636762.

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

Color convert

RGB154286-
CMYK00.990.440.40
HSL326.84º97.44%30.59%-
HSV(B)326.84º98.7%60.39%-
XYZ15.037.599.48-
YUV57.02144.36197.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 63.64%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 86 (33.98% from 255) = 35.54%
R=63.64%
G=0.83%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.44
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15428600.990.440.40326.8497.4430.59
Hex9A2560632C28147611f
Octal23221260143545050714137
Binary1001101010101011001100011101100101000101000111110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0256

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,2,86); }

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

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

 a { background-color: rgb(154,2,86); }

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

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

 span { border-color: rgb(154,2,86); }

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