#920E55

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

Shades of Jazzberry Jam #920E55

Tints of Jazzberry Jam #920E55

Color information

#920E55 (or 0x920E55) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 0E and 55. RGB value is (146,14,85). Sum of RGB (Red+Green+Blue) = 146+14+85=245 (32% of max value = 765). Red value is 146 (57.42% from 255 or 59.59% from 245); Green value is 14 (5.86% from 255 or 5.71% from 245); Blue value is 85 (33.59% from 255 or 34.69% from 245); Max value from RGB is 146 - color contains mainly: red. Hex color #920E55 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #920E55 is #6DF1AA. Grayscale: #3D3D3D. Windows color (decimal): -7205291 or 5574290. OLE color: 5574290.

HSL color Cylindrical-coordinate representation of color #920E55: hue angle of 327.73º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #920E55 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.43.

Color convert

RGB1461485-
CMYK00.900.420.43
HSL327.73º82.5%31.37%-
HSV(B)327.73º90.41%57.25%-
XYZ13.657.089.24-
YUV61.56141.23188.23-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 59.59%
GREEN value IS 14 (5.86% from 255) = 5.71%
BLUE value IS 85 (33.59% from 255) = 34.69%
R=59.59%
G=5.71%
B=34.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146148500.900.420.43327.7382.531.37
Hex92E5505A2A2B148521f
Octal222161250132525351012237
Binary100100101110101010101011010101010101011101001000101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #920E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #920E55; }

 p { color: rgb(146,14,85); }

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

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

 a { background-color: rgb(146,14,85); }

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

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

 span { border-color: rgb(146,14,85); }

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