#9F2269

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

Shades of Jazzberry Jam #9F2269

Tints of Jazzberry Jam #9F2269

Color information

#9F2269 (or 0x9F2269) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 22 and 69. RGB value is (159,34,105). Sum of RGB (Red+Green+Blue) = 159+34+105=298 (39% of max value = 765). Red value is 159 (62.5% from 255 or 53.36% from 298); Green value is 34 (13.67% from 255 or 11.41% from 298); Blue value is 105 (41.41% from 255 or 35.23% from 298); Max value from RGB is 159 - color contains mainly: red. Hex color #9F2269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F2269 is #60DD96. Grayscale: #4F4F4F. Windows color (decimal): -6348183 or 6890143. OLE color: 6890143.

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

Color convert

RGB15934105-
CMYK00.790.340.38
HSL325.92º64.77%37.84%-
HSV(B)325.92º78.62%62.35%-
XYZ17.429.5314.29-
YUV79.47142.41184.73-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 53.36%
GREEN value IS 34 (13.67% from 255) = 11.41%
BLUE value IS 105 (41.41% from 255) = 35.23%
R=53.36%
G=11.41%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.34
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593410500.790.340.38325.9264.7737.84
Hex9F226904F22261464126
Octal237421510117424650610146
Binary100111111000101101001010011111000101001101010001101000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F2269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,34,105); }

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

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

 a { background-color: rgb(159,34,105); }

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

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

 span { border-color: rgb(159,34,105); }

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