#9C0950

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

Shades of Jazzberry Jam #9C0950

Tints of Jazzberry Jam #9C0950

Color information

#9C0950 (or 0x9C0950) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 09 and 50. RGB value is (156,9,80). Sum of RGB (Red+Green+Blue) = 156+9+80=245 (32% of max value = 765). Red value is 156 (61.33% from 255 or 63.67% from 245); Green value is 9 (3.91% from 255 or 3.67% from 245); Blue value is 80 (31.64% from 255 or 32.65% from 245); Max value from RGB is 156 - color contains mainly: red. Hex color #9C0950 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9C0950 is #63F6AF. Grayscale: #3C3C3C. Windows color (decimal): -6551216 or 5245340. OLE color: 5245340.

HSL color Cylindrical-coordinate representation of color #9C0950: hue angle of 331.02º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #9C0950 is Cyan = 0, Magento = 0.94, Yellow = 0.49 and Black (K on CMYK) = 0.39.

Color convert

RGB156980-
CMYK00.940.490.39
HSL331.02º89.09%32.35%-
HSV(B)331.02º94.23%61.18%-
XYZ15.267.848.3-
YUV61.05138.7195.73-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 63.67%
GREEN value IS 9 (3.91% from 255) = 3.67%
BLUE value IS 80 (31.64% from 255) = 32.65%
R=63.67%
G=3.67%
B=32.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.49
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal15698000.940.490.39331.0289.0932.35
Hex9C95005E312714b5920
Octal234111200136614751313140
Binary1001110010011010000010111101100011001111010010111011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C0950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,9,80); }

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

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

 a { background-color: rgb(156,9,80); }

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

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

 span { border-color: rgb(156,9,80); }

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