#920957

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

Shades of Jazzberry Jam #920957

Tints of Jazzberry Jam #920957

Color information

#920957 (or 0x920957) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 09 and 57. RGB value is (146,9,87). Sum of RGB (Red+Green+Blue) = 146+9+87=242 (32% of max value = 765). Red value is 146 (57.42% from 255 or 60.33% from 242); Green value is 9 (3.91% from 255 or 3.72% from 242); Blue value is 87 (34.38% from 255 or 35.95% from 242); Max value from RGB is 146 - color contains mainly: red. Hex color #920957 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920957 is #6DF6A8. Grayscale: #3A3A3A. Windows color (decimal): -7206569 or 5704082. OLE color: 5704082.

HSL color Cylindrical-coordinate representation of color #920957: hue angle of 325.84º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #920957 is Cyan = 0, Magento = 0.94, Yellow = 0.40 and Black (K on CMYK) = 0.43.

Color convert

RGB146987-
CMYK00.940.400.43
HSL325.84º88.39%30.39%-
HSV(B)325.84º93.84%57.25%-
XYZ13.676.999.65-
YUV58.86143.89190.16-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 60.33%
GREEN value IS 9 (3.91% from 255) = 3.72%
BLUE value IS 87 (34.38% from 255) = 35.95%
R=60.33%
G=3.72%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.40
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14698700.940.400.43325.8488.3930.39
Hex9295705E282B146581e
Octal222111270136505350613036
Binary100100101001101011101011110101000101011101000110101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920957

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920957; }

 p { color: rgb(146,9,87); }

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

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

 a { background-color: rgb(146,9,87); }

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

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

 span { border-color: rgb(146,9,87); }

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