#9C015A

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

Shades of Jazzberry Jam #9C015A

Tints of Jazzberry Jam #9C015A

Color information

#9C015A (or 0x9C015A) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 01 and 5A. RGB value is (156,1,90). Sum of RGB (Red+Green+Blue) = 156+1+90=247 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.16% from 247); Green value is 1 (0.78% from 255 or 0.40% from 247); Blue value is 90 (35.55% from 255 or 36.44% from 247); Max value from RGB is 156 - color contains mainly: red. Hex color #9C015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C015A is #63FEA5. Grayscale: #393939. Windows color (decimal): -6553254 or 5898652. OLE color: 5898652.

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

Color convert

RGB156190-
CMYK00.990.420.39
HSL325.55º98.73%30.78%-
HSV(B)325.55º99.36%61.18%-
XYZ15.577.8310.36-
YUV57.49146.35198.26-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.16%
GREEN value IS 1 (0.78% from 255) = 0.40%
BLUE value IS 90 (35.55% from 255) = 36.44%
R=63.16%
G=0.40%
B=36.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15619000.990.420.39325.5598.7330.78
Hex9C15A0632A27146631f
Octal23411320143524750614337
Binary100111001101101001100011101010100111101000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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