#9A145A

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

Shades of Jazzberry Jam #9A145A

Tints of Jazzberry Jam #9A145A

Color information

#9A145A (or 0x9A145A) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 14 and 5A. RGB value is (154,20,90). Sum of RGB (Red+Green+Blue) = 154+20+90=264 (34% of max value = 765). Red value is 154 (60.55% from 255 or 58.33% from 264); Green value is 20 (8.20% from 255 or 7.58% from 264); Blue value is 90 (35.55% from 255 or 34.09% from 264); Max value from RGB is 154 - color contains mainly: red. Hex color #9A145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A145A is #65EBA5. Grayscale: #434343. Windows color (decimal): -6679462 or 5903514. OLE color: 5903514.

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

Color convert

RGB1542090-
CMYK00.870.420.40
HSL328.66º77.01%34.12%-
HSV(B)328.66º87.01%60.39%-
XYZ15.428.1110.43-
YUV68.05140.39189.31-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 58.33%
GREEN value IS 20 (8.20% from 255) = 7.58%
BLUE value IS 90 (35.55% from 255) = 34.09%
R=58.33%
G=7.58%
B=34.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154209000.870.420.40328.6677.0134.12
Hex9A145A0572A281494d22
Octal232241320127525051111542
Binary10011010101001011010010101111010101010001010010011001101100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,20,90); }

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

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

 a { background-color: rgb(154,20,90); }

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

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

 span { border-color: rgb(154,20,90); }

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