#9A0646

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

Shades of Jazzberry Jam #9A0646

Tints of Jazzberry Jam #9A0646

Color information

#9A0646 (or 0x9A0646) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 06 and 46. RGB value is (154,6,70). Sum of RGB (Red+Green+Blue) = 154+6+70=230 (30% of max value = 765). Red value is 154 (60.55% from 255 or 66.96% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 70 (27.73% from 255 or 30.43% from 230); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0646 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0646 is #65F9B9. Grayscale: #393939. Windows color (decimal): -6683066 or 4589210. OLE color: 4589210.

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

Color convert

RGB154670-
CMYK00.960.550.40
HSL334.05º92.5%31.37%-
HSV(B)334.05º96.1%60.39%-
XYZ14.57.446.47-
YUV57.55135.03196.8-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 66.96%
GREEN value IS 6 (2.73% from 255) = 2.61%
BLUE value IS 70 (27.73% from 255) = 30.43%
R=66.96%
G=2.61%
B=30.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.55
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15467000.960.550.40334.0592.531.37
Hex9A646060372814e5c1f
Octal23261060140675051613437
Binary10011010110100011001100000110111101000101001110101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0646

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,6,70); }

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

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

 a { background-color: rgb(154,6,70); }

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

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

 span { border-color: rgb(154,6,70); }

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