#9A0842

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

Shades of Jazzberry Jam #9A0842

Tints of Jazzberry Jam #9A0842

Color information

#9A0842 (or 0x9A0842) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 08 and 42. RGB value is (154,8,66). Sum of RGB (Red+Green+Blue) = 154+8+66=228 (30% of max value = 765). Red value is 154 (60.55% from 255 or 67.54% from 228); Green value is 8 (3.52% from 255 or 3.51% from 228); Blue value is 66 (26.17% from 255 or 28.95% from 228); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0842 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0842 is #65F7BD. Grayscale: #3A3A3A. Windows color (decimal): -6682558 or 4327578. OLE color: 4327578.

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

Color convert

RGB154866-
CMYK00.950.570.40
HSL336.16º90.12%31.76%-
HSV(B)336.16º94.81%60.39%-
XYZ14.47.445.83-
YUV58.27132.37196.28-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 67.54%
GREEN value IS 8 (3.52% from 255) = 3.51%
BLUE value IS 66 (26.17% from 255) = 28.95%
R=67.54%
G=3.51%
B=28.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.57
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15486600.950.570.40336.1690.1231.76
Hex9A84205F39281505a20
Octal232101020137715052013240
Binary1001101010001000010010111111110011010001010100001011010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,8,66); }

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

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

 a { background-color: rgb(154,8,66); }

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

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

 span { border-color: rgb(154,8,66); }

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