#9E2266

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

Shades of Jazzberry Jam #9E2266

Tints of Jazzberry Jam #9E2266

Color information

#9E2266 (or 0x9E2266) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 22 and 66. RGB value is (158,34,102). Sum of RGB (Red+Green+Blue) = 158+34+102=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 34 (13.67% from 255 or 11.56% from 294); Blue value is 102 (40.23% from 255 or 34.69% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E2266 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E2266 is #61DD99. Grayscale: #4E4E4E. Windows color (decimal): -6413722 or 6693534. OLE color: 6693534.

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

Color convert

RGB15834102-
CMYK00.780.350.38
HSL327.1º64.58%37.65%-
HSV(B)327.1º78.48%61.96%-
XYZ17.079.3713.48-
YUV78.83141.08184.47-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.74%
GREEN value IS 34 (13.67% from 255) = 11.56%
BLUE value IS 102 (40.23% from 255) = 34.69%
R=53.74%
G=11.56%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.35
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583410200.780.350.38327.164.5837.65
Hex9E226604E23261474126
Octal236421460116434650710146
Binary100111101000101100110010011101000111001101010001111000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E2266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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