#9C1A5A

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

Shades of Jazzberry Jam #9C1A5A

Tints of Jazzberry Jam #9C1A5A

Color information

#9C1A5A (or 0x9C1A5A) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 1A and 5A. RGB value is (156,26,90). Sum of RGB (Red+Green+Blue) = 156+26+90=272 (36% of max value = 765). Red value is 156 (61.33% from 255 or 57.35% from 272); Green value is 26 (10.55% from 255 or 9.56% from 272); Blue value is 90 (35.55% from 255 or 33.09% from 272); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1A5A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1A5A is #63E5A5. Grayscale: #484848. Windows color (decimal): -6546854 or 5905052. OLE color: 5905052.

HSL color Cylindrical-coordinate representation of color #9C1A5A: hue angle of 330.46º degrees, saturation: 0.71, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #9C1A5A is Cyan = 0, Magento = 0.83, Yellow = 0.42 and Black (K on CMYK) = 0.39.

Color convert

RGB1562690-
CMYK00.830.420.39
HSL330.46º71.43%35.69%-
HSV(B)330.46º83.33%61.18%-
XYZ15.938.5410.48-
YUV72.17138.07187.8-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 57.35%
GREEN value IS 26 (10.55% from 255) = 9.56%
BLUE value IS 90 (35.55% from 255) = 33.09%
R=57.35%
G=9.56%
B=33.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal156269000.830.420.39330.4671.4335.69
Hex9C1A5A0532A2714a4724
Octal234321320123524751210744
Binary10011100110101011010010100111010101001111010010101000111100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1A5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,26,90); }

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

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

 a { background-color: rgb(156,26,90); }

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

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

 span { border-color: rgb(156,26,90); }

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