#9A166A

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

Shades of Jazzberry Jam #9A166A

Tints of Jazzberry Jam #9A166A

Color information

#9A166A (or 0x9A166A) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 16 and 6A. RGB value is (154,22,106). Sum of RGB (Red+Green+Blue) = 154+22+106=282 (37% of max value = 765). Red value is 154 (60.55% from 255 or 54.61% from 282); Green value is 22 (8.98% from 255 or 7.80% from 282); Blue value is 106 (41.80% from 255 or 37.59% from 282); Max value from RGB is 154 - color contains mainly: red. Hex color #9A166A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A166A is #65E995. Grayscale: #464646. Windows color (decimal): -6678934 or 6952602. OLE color: 6952602.

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

Color convert

RGB15422106-
CMYK00.860.310.40
HSL321.82º75%34.51%-
HSV(B)321.82º85.71%60.39%-
XYZ16.218.4814.42-
YUV71.04147.73187.17-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 54.61%
GREEN value IS 22 (8.98% from 255) = 7.80%
BLUE value IS 106 (41.80% from 255) = 37.59%
R=54.61%
G=7.80%
B=37.59%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542210600.860.310.40321.827534.51
Hex9A166A0561F281424b23
Octal232261520126375050211343
Binary1001101010110110101001010110111111010001010000101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A166A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,22,106); }

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

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

 a { background-color: rgb(154,22,106); }

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

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

 span { border-color: rgb(154,22,106); }

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