#9a0050

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

Shades of Jazzberry Jam #9A0050

Tints of Jazzberry Jam #9A0050

Color information

#9A0050 (or 0x9A0050) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 00 and 50. RGB value is (154,0,80). Sum of RGB (Red+Green+Blue) = 154+0+80=234 (30% of max value = 765). Red value is 154 (60.55% from 255 or 65.81% from 234); Green value is 0 (0.39% from 255 or 0% from 234); Blue value is 80 (31.64% from 255 or 34.19% from 234); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0050 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A0050 is #65FFAF. Grayscale: #373737. Windows color (decimal): -6684592 or 5243034. OLE color: 5243034.

HSL color Cylindrical-coordinate representation of color #9A0050: hue angle of 328.83º degrees, saturation: 1, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 1%. Process color model (Four color, CMYK) of #9A0050 is Cyan = 0, Magento = 1, Yellow = 0.48 and Black (K on CMYK) = 0.40.

Color convert

RGB154080-
CMYK010.480.40
HSL328.83º100%30.2%-
HSV(B)328.83º100%60.39%-
XYZ14.777.458.25-
YUV55.17142.02198.5-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 65.81%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 80 (31.64% from 255) = 34.19%
R=65.81%
G=0%
B=34.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.48
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154080010.480.40328.8310030.2
Hex9A0500643028149641e
Octal23201200144605051114436
Binary100110100101000001100100110000101000101001001110010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9a0050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,0,80); }

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

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

 a { background-color: rgb(154,0,80); }

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

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

 span { border-color: rgb(154,0,80); }

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