#9D226C

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

Shades of Jazzberry Jam #9D226C

Tints of Jazzberry Jam #9D226C

Color information

#9D226C (or 0x9D226C) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 22 and 6C. RGB value is (157,34,108). Sum of RGB (Red+Green+Blue) = 157+34+108=299 (39% of max value = 765). Red value is 157 (61.72% from 255 or 52.51% from 299); Green value is 34 (13.67% from 255 or 11.37% from 299); Blue value is 108 (42.58% from 255 or 36.12% from 299); Max value from RGB is 157 - color contains mainly: red. Hex color #9D226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9D226C is #62DD93. Grayscale: #4F4F4F. Windows color (decimal): -6479252 or 7086749. OLE color: 7086749.

HSL color Cylindrical-coordinate representation of color #9D226C: hue angle of 323.9º 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 #9D226C is Cyan = 0, Magento = 0.78, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15734108-
CMYK00.780.310.38
HSL323.9º64.4%37.45%-
HSV(B)323.9º78.34%61.57%-
XYZ17.189.3915.1-
YUV79.21144.25183.48-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 52.51%
GREEN value IS 34 (13.67% from 255) = 11.37%
BLUE value IS 108 (42.58% from 255) = 36.12%
R=52.51%
G=11.37%
B=36.12%

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
Decimal1573410800.780.310.38323.964.437.45
Hex9D226C04E1F261444025
Octal235421540116374650410045
Binary10011101100010110110001001110111111001101010001001000000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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