#9A1766

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

Shades of Jazzberry Jam #9A1766

Tints of Jazzberry Jam #9A1766

Color information

#9A1766 (or 0x9A1766) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 17 and 66. RGB value is (154,23,102). Sum of RGB (Red+Green+Blue) = 154+23+102=279 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.20% from 279); Green value is 23 (9.38% from 255 or 8.24% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1766 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1766 is #65E899. Grayscale: #464646. Windows color (decimal): -6678682 or 6690714. OLE color: 6690714.

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

Color convert

RGB15423102-
CMYK00.850.340.40
HSL323.82º74.01%34.71%-
HSV(B)323.82º85.06%60.39%-
XYZ16.038.4413.35-
YUV71.18145.4187.08-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.20%
GREEN value IS 23 (9.38% from 255) = 8.24%
BLUE value IS 102 (40.23% from 255) = 36.56%
R=55.20%
G=8.24%
B=36.56%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542310200.850.340.40323.8274.0134.71
Hex9A176605522281444a23
Octal232271460125425050411243
Binary10011010101111100110010101011000101010001010001001001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,23,102); }

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

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

 a { background-color: rgb(154,23,102); }

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

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

 span { border-color: rgb(154,23,102); }

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