#92094E

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

Shades of Jazzberry Jam #92094E

Tints of Jazzberry Jam #92094E

Color information

#92094E (or 0x92094E) is unknown color: approx Jazzberry Jam. HEX triplet: 92, 09 and 4E. RGB value is (146,9,78). Sum of RGB (Red+Green+Blue) = 146+9+78=233 (30% of max value = 765). Red value is 146 (57.42% from 255 or 62.66% from 233); Green value is 9 (3.91% from 255 or 3.86% from 233); Blue value is 78 (30.86% from 255 or 33.48% from 233); Max value from RGB is 146 - color contains mainly: red. Hex color #92094E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #92094E is #6DF6B1. Grayscale: #393939. Windows color (decimal): -7206578 or 5114258. OLE color: 5114258.

HSL color Cylindrical-coordinate representation of color #92094E: hue angle of 329.78º 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 #92094E is Cyan = 0, Magento = 0.94, Yellow = 0.47 and Black (K on CMYK) = 0.43.

Color convert

RGB146978-
CMYK00.940.470.43
HSL329.78º88.39%30.39%-
HSV(B)329.78º93.84%57.25%-
XYZ13.336.867.83-
YUV57.83139.39190.89-

RGB Variations

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

RGB

RED value IS 146 (57.42% from 255) = 62.66%
GREEN value IS 9 (3.91% from 255) = 3.86%
BLUE value IS 78 (30.86% from 255) = 33.48%
R=62.66%
G=3.86%
B=33.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.47
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal14697800.940.470.43329.7888.3930.39
Hex9294E05E2F2B14a581e
Octal222111160136575351213036
Binary100100101001100111001011110101111101011101001010101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #92094E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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