#9E226F

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

Shades of Jazzberry Jam #9E226F

Tints of Jazzberry Jam #9E226F

Color information

#9E226F (or 0x9E226F) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 22 and 6F. RGB value is (158,34,111). Sum of RGB (Red+Green+Blue) = 158+34+111=303 (40% of max value = 765). Red value is 158 (62.11% from 255 or 52.15% from 303); Green value is 34 (13.67% from 255 or 11.22% from 303); Blue value is 111 (43.75% from 255 or 36.63% from 303); Max value from RGB is 158 - color contains mainly: red. Hex color #9E226F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E226F is #61DD90. Grayscale: #4F4F4F. Windows color (decimal): -6413713 or 7283358. OLE color: 7283358.

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

Color convert

RGB15834111-
CMYK00.780.300.38
HSL322.74º64.58%37.65%-
HSV(B)322.74º78.48%61.96%-
XYZ17.549.5615.96-
YUV79.85145.58183.74-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 52.15%
GREEN value IS 34 (13.67% from 255) = 11.22%
BLUE value IS 111 (43.75% from 255) = 36.63%
R=52.15%
G=11.22%
B=36.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583411100.780.300.38322.7464.5837.65
Hex9E226F04E1E261434126
Octal236421570116364650310146
Binary10011110100010110111101001110111101001101010000111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E226F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,34,111); }

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

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

 a { background-color: rgb(158,34,111); }

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

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

 span { border-color: rgb(158,34,111); }

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