#9D226D

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

Shades of Jazzberry Jam #9D226D

Tints of Jazzberry Jam #9D226D

Color information

#9D226D (or 0x9D226D) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 22 and 6D. RGB value is (157,34,109). Sum of RGB (Red+Green+Blue) = 157+34+109=300 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.33% from 300); Green value is 34 (13.67% from 255 or 11.33% from 300); Blue value is 109 (42.97% from 255 or 36.33% from 300); Max value from RGB is 157 - color contains mainly: red. Hex color #9D226D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D226D is #62DD92. Grayscale: #4F4F4F. Windows color (decimal): -6479251 or 7152285. OLE color: 7152285.

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

Color convert

RGB15734109-
CMYK00.780.310.38
HSL323.41º64.4%37.45%-
HSV(B)323.41º78.34%61.57%-
XYZ17.249.4215.38-
YUV79.33144.75183.4-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.33%
GREEN value IS 34 (13.67% from 255) = 11.33%
BLUE value IS 109 (42.97% from 255) = 36.33%
R=52.33%
G=11.33%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1573410900.780.310.38323.4164.437.45
Hex9D226D04E1F261434025
Octal235421550116374650310045
Binary10011101100010110110101001110111111001101010000111000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D226D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,34,109); }

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

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

 a { background-color: rgb(157,34,109); }

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

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

 span { border-color: rgb(157,34,109); }

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