#94155E

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

Shades of Jazzberry Jam #94155E

Tints of Jazzberry Jam #94155E

Color information

#94155E (or 0x94155E) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 15 and 5E. RGB value is (148,21,94). Sum of RGB (Red+Green+Blue) = 148+21+94=263 (34% of max value = 765). Red value is 148 (58.20% from 255 or 56.27% from 263); Green value is 21 (8.59% from 255 or 7.98% from 263); Blue value is 94 (37.11% from 255 or 35.74% from 263); Max value from RGB is 148 - color contains mainly: red. Hex color #94155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #94155E is #6BEAA1. Grayscale: #434343. Windows color (decimal): -7072418 or 6165908. OLE color: 6165908.

HSL color Cylindrical-coordinate representation of color #94155E: hue angle of 325.51º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #94155E is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.42.

Color convert

RGB1482194-
CMYK00.860.360.42
HSL325.51º75.15%33.14%-
HSV(B)325.51º85.81%58.04%-
XYZ14.57.6411.3-
YUV67.29143.08185.56-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 56.27%
GREEN value IS 21 (8.59% from 255) = 7.98%
BLUE value IS 94 (37.11% from 255) = 35.74%
R=56.27%
G=7.98%
B=35.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal148219400.860.360.42325.5175.1533.14
Hex94155E056242A1464b21
Octal224251360126445250611341
Binary10010100101011011110010101101001001010101010001101001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #94155E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(148,21,94); }

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

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

 a { background-color: rgb(148,21,94); }

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

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

 span { border-color: rgb(148,21,94); }

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