#9A185B

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

Shades of Jazzberry Jam #9A185B

Tints of Jazzberry Jam #9A185B

Color information

#9A185B (or 0x9A185B) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 18 and 5B. RGB value is (154,24,91). Sum of RGB (Red+Green+Blue) = 154+24+91=269 (35% of max value = 765). Red value is 154 (60.55% from 255 or 57.25% from 269); Green value is 24 (9.77% from 255 or 8.92% from 269); Blue value is 91 (35.94% from 255 or 33.83% from 269); Max value from RGB is 154 - color contains mainly: red. Hex color #9A185B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A185B is #65E7A4. Grayscale: #464646. Windows color (decimal): -6678437 or 5970074. OLE color: 5970074.

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

Color convert

RGB1542491-
CMYK00.840.410.40
HSL329.08º73.03%34.9%-
HSV(B)329.08º84.42%60.39%-
XYZ15.548.2810.68-
YUV70.51139.57187.55-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 57.25%
GREEN value IS 24 (9.77% from 255) = 8.92%
BLUE value IS 91 (35.94% from 255) = 33.83%
R=57.25%
G=8.92%
B=33.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154249100.840.410.40329.0873.0334.9
Hex9A185B05429281494923
Octal232301330124515051111143
Binary10011010110001011011010101001010011010001010010011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A185B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(154,24,91); }

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

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

 a { background-color: rgb(154,24,91); }

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

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

 span { border-color: rgb(154,24,91); }

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