#9A1764

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

Shades of Jazzberry Jam #9A1764

Tints of Jazzberry Jam #9A1764

Color information

#9A1764 (or 0x9A1764) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 17 and 64. RGB value is (154,23,100). Sum of RGB (Red+Green+Blue) = 154+23+100=277 (36% of max value = 765). Red value is 154 (60.55% from 255 or 55.60% from 277); Green value is 23 (9.38% from 255 or 8.30% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 154 - color contains mainly: red. Hex color #9A1764 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A1764 is #65E89B. Grayscale: #464646. Windows color (decimal): -6678684 or 6559642. OLE color: 6559642.

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

Color convert

RGB15423100-
CMYK00.850.350.40
HSL324.73º74.01%34.71%-
HSV(B)324.73º85.06%60.39%-
XYZ15.938.412.84-
YUV70.95144.4187.24-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 55.60%
GREEN value IS 23 (9.38% from 255) = 8.30%
BLUE value IS 100 (39.45% from 255) = 36.10%
R=55.60%
G=8.30%
B=36.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1542310000.850.350.40324.7374.0134.71
Hex9A176405523281454a23
Octal232271440125435050511243
Binary10011010101111100100010101011000111010001010001011001010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A1764

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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