#92165E

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

Shades of Jazzberry Jam #92165E

Tints of Jazzberry Jam #92165E

Color information

#92165E (or 0x92165E) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 16 and 5E. RGB value is (146,22,94). Sum of RGB (Red+Green+Blue) = 146+22+94=262 (34% of max value = 765). Red value is 146 (57.42% from 255 or 55.73% from 262); Green value is 22 (8.98% from 255 or 8.40% from 262); Blue value is 94 (37.11% from 255 or 35.88% from 262); Max value from RGB is 146 - color contains mainly: red. Hex color #92165E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92165E is #6DE9A1. Grayscale: #434343. Windows color (decimal): -7203234 or 6166162. OLE color: 6166162.

HSL color Cylindrical-coordinate representation of color #92165E: hue angle of 325.16º degrees, saturation: 0.74, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #92165E is Cyan = 0, Magento = 0.85, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB1462294-
CMYK00.850.360.43
HSL325.16º73.81%32.94%-
HSV(B)325.16º84.93%57.25%-
XYZ14.167.4911.29-
YUV67.28143.08184.15-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 55.73%
GREEN value IS 22 (8.98% from 255) = 8.40%
BLUE value IS 94 (37.11% from 255) = 35.88%
R=55.73%
G=8.40%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.36
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal146229400.850.360.43325.1673.8132.94
Hex92165E055242B1454a21
Octal222261360125445350511241
Binary10010010101101011110010101011001001010111010001011001010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92165E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #92165E; }

 p { color: rgb(146,22,94); }

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

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

 a { background-color: rgb(146,22,94); }

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

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

 span { border-color: rgb(146,22,94); }

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