#9d1962

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

Shades of Jazzberry Jam #9D1962

Tints of Jazzberry Jam #9D1962

Color information

#9D1962 (or 0x9D1962) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 19 and 62. RGB value is (157,25,98). Sum of RGB (Red+Green+Blue) = 157+25+98=280 (37% of max value = 765). Red value is 157 (61.72% from 255 or 56.07% from 280); Green value is 25 (10.16% from 255 or 8.93% from 280); Blue value is 98 (38.67% from 255 or 35% from 280); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1962 is #62E69D. Grayscale: #484848. Windows color (decimal): -6481566 or 6429085. OLE color: 6429085.

HSL color Cylindrical-coordinate representation of color #9D1962: hue angle of 326.82º degrees, saturation: 0.73, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9D1962 is Cyan = 0, Magento = 0.84, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB1572598-
CMYK00.840.380.38
HSL326.82º72.53%35.69%-
HSV(B)326.82º84.08%61.57%-
XYZ16.468.7512.38-
YUV72.79142.23188.06-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.07%
GREEN value IS 25 (10.16% from 255) = 8.93%
BLUE value IS 98 (38.67% from 255) = 35%
R=56.07%
G=8.93%
B=35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157259800.840.380.38326.8272.5335.69
Hex9D196205426261474924
Octal235311420124464650711144
Binary10011101110011100010010101001001101001101010001111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9d1962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,25,98); }

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

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

 a { background-color: rgb(157,25,98); }

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

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

 span { border-color: rgb(157,25,98); }

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