#9C1F6B

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

Shades of Jazzberry Jam #9C1F6B

Tints of Jazzberry Jam #9C1F6B

Color information

#9C1F6B (or 0x9C1F6B) is unknown color: approx Jazzberry Jam. HEX triplet: 9C, 1F and 6B. RGB value is (156,31,107). Sum of RGB (Red+Green+Blue) = 156+31+107=294 (38% of max value = 765). Red value is 156 (61.33% from 255 or 53.06% from 294); Green value is 31 (12.5% from 255 or 10.54% from 294); Blue value is 107 (42.19% from 255 or 36.39% from 294); Max value from RGB is 156 - color contains mainly: red. Hex color #9C1F6B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9C1F6B is #63E094. Grayscale: #4C4C4C. Windows color (decimal): -6545557 or 7020444. OLE color: 7020444.

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

Color convert

RGB15631107-
CMYK00.800.310.39
HSL323.52º66.84%36.67%-
HSV(B)323.52º80.13%61.18%-
XYZ16.859.1114.78-
YUV77.04144.91184.32-

RGB Variations

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

RGB

RED value IS 156 (61.33% from 255) = 53.06%
GREEN value IS 31 (12.5% from 255) = 10.54%
BLUE value IS 107 (42.19% from 255) = 36.39%
R=53.06%
G=10.54%
B=36.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.31
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1563110700.800.310.39323.5266.8436.67
Hex9C1F6B0501F271444325
Octal234371530120374750410345
Binary1001110011111110101101010000111111001111010001001000011100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9C1F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(156,31,107); }

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

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

 a { background-color: rgb(156,31,107); }

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

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

 span { border-color: rgb(156,31,107); }

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