#9A0641

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

Shades of Jazzberry Jam #9A0641

Tints of Jazzberry Jam #9A0641

Color information

#9A0641 (or 0x9A0641) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 06 and 41. RGB value is (154,6,65). Sum of RGB (Red+Green+Blue) = 154+6+65=225 (29% of max value = 765). Red value is 154 (60.55% from 255 or 68.44% from 225); Green value is 6 (2.73% from 255 or 2.67% from 225); Blue value is 65 (25.78% from 255 or 28.89% from 225); Max value from RGB is 154 - color contains mainly: red. Hex color #9A0641 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9A0641 is #65F9BE. Grayscale: #383838. Windows color (decimal): -6683071 or 4261530. OLE color: 4261530.

HSL color Cylindrical-coordinate representation of color #9A0641: hue angle of 336.08º 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 #9A0641 is Cyan = 0, Magento = 0.96, Yellow = 0.58 and Black (K on CMYK) = 0.40.

Color convert

RGB154665-
CMYK00.960.580.40
HSL336.08º92.5%31.37%-
HSV(B)336.08º96.1%60.39%-
XYZ14.357.385.67-
YUV56.98132.53197.2-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 68.44%
GREEN value IS 6 (2.73% from 255) = 2.67%
BLUE value IS 65 (25.78% from 255) = 28.89%
R=68.44%
G=2.67%
B=28.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.58
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15466500.960.580.40336.0892.531.37
Hex9A6410603A281505c1f
Octal23261010140725052013437
Binary10011010110100000101100000111010101000101010000101110011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A0641

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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