#9A185D

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

Shades of Jazzberry Jam #9A185D

Tints of Jazzberry Jam #9A185D

Color information

#9A185D (or 0x9A185D) is unknown color: approx Jazzberry Jam. HEX triplet: 9A, 18 and 5D. RGB value is (154,24,93). Sum of RGB (Red+Green+Blue) = 154+24+93=271 (35% of max value = 765). Red value is 154 (60.55% from 255 or 56.83% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 93 (36.72% from 255 or 34.32% from 271); Max value from RGB is 154 - color contains mainly: red. Hex color #9A185D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9A185D is #65E7A2. Grayscale: #464646. Windows color (decimal): -6678435 or 6101146. OLE color: 6101146.

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

Color convert

RGB1542493-
CMYK00.840.400.40
HSL328.15º73.03%34.9%-
HSV(B)328.15º84.42%60.39%-
XYZ15.638.3111.14-
YUV70.74140.57187.39-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 56.83%
GREEN value IS 24 (9.77% from 255) = 8.86%
BLUE value IS 93 (36.72% from 255) = 34.32%
R=56.83%
G=8.86%
B=34.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.40
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal154249300.840.400.40328.1573.0334.9
Hex9A185D05428281484923
Octal232301350124505051011143
Binary10011010110001011101010101001010001010001010010001001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A185D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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