#9D1866

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

Shades of Jazzberry Jam #9D1866

Tints of Jazzberry Jam #9D1866

Color information

#9D1866 (or 0x9D1866) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 18 and 66. RGB value is (157,24,102). Sum of RGB (Red+Green+Blue) = 157+24+102=283 (37% of max value = 765). Red value is 157 (61.72% from 255 or 55.48% from 283); Green value is 24 (9.77% from 255 or 8.48% from 283); Blue value is 102 (40.23% from 255 or 36.04% from 283); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1866 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D1866 is #62E799. Grayscale: #484848. Windows color (decimal): -6481818 or 6690973. OLE color: 6690973.

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

Color convert

RGB15724102-
CMYK00.850.350.38
HSL324.81º73.48%35.49%-
HSV(B)324.81º84.71%61.57%-
XYZ16.638.7813.39-
YUV72.66144.56188.16-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 55.48%
GREEN value IS 24 (9.77% from 255) = 8.48%
BLUE value IS 102 (40.23% from 255) = 36.04%
R=55.48%
G=8.48%
B=36.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572410200.850.350.38324.8173.4835.49
Hex9D186605523261454923
Octal235301460125434650511143
Binary10011101110001100110010101011000111001101010001011001001100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1866

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,24,102); }

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

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

 a { background-color: rgb(157,24,102); }

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

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

 span { border-color: rgb(157,24,102); }

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