#9D1E6E

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

Shades of Jazzberry Jam #9D1E6E

Tints of Jazzberry Jam #9D1E6E

Color information

#9D1E6E (or 0x9D1E6E) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 1E and 6E. RGB value is (157,30,110). Sum of RGB (Red+Green+Blue) = 157+30+110=297 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.86% from 297); Green value is 30 (12.11% from 255 or 10.10% from 297); Blue value is 110 (43.36% from 255 or 37.04% from 297); Max value from RGB is 157 - color contains mainly: red. Hex color #9D1E6E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D1E6E is #62E191. Grayscale: #4C4C4C. Windows color (decimal): -6480274 or 7216797. OLE color: 7216797.

HSL color Cylindrical-coordinate representation of color #9D1E6E: hue angle of 322.2º degrees, saturation: 0.68, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9D1E6E is Cyan = 0, Magento = 0.81, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15730110-
CMYK00.810.300.38
HSL322.2º67.91%36.67%-
HSV(B)322.2º80.89%61.57%-
XYZ17.189.2215.63-
YUV77.09146.58185-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.86%
GREEN value IS 30 (12.11% from 255) = 10.10%
BLUE value IS 110 (43.36% from 255) = 37.04%
R=52.86%
G=10.10%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573011000.810.300.38322.267.9136.67
Hex9D1E6E0511E261424425
Octal235361560121364650210445
Binary1001110111110110111001010001111101001101010000101000100100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D1E6E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,30,110); }

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

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

 a { background-color: rgb(157,30,110); }

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

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

 span { border-color: rgb(157,30,110); }

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