#940554

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

Shades of Jazzberry Jam #940554

Tints of Jazzberry Jam #940554

Color information

#940554 (or 0x940554) is unknown color: approx Jazzberry Jam. HEX triplet: 94, 05 and 54. RGB value is (148,5,84). Sum of RGB (Red+Green+Blue) = 148+5+84=237 (31% of max value = 765). Red value is 148 (58.20% from 255 or 62.45% from 237); Green value is 5 (2.34% from 255 or 2.11% from 237); Blue value is 84 (33.20% from 255 or 35.44% from 237); Max value from RGB is 148 - color contains mainly: red. Hex color #940554 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #940554 is #6BFAAB. Grayscale: #383838. Windows color (decimal): -7076524 or 5506452. OLE color: 5506452.

HSL color Cylindrical-coordinate representation of color #940554: hue angle of 326.85º degrees, saturation: 0.93, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #940554 is Cyan = 0, Magento = 0.97, Yellow = 0.43 and Black (K on CMYK) = 0.42.

Color convert

RGB148584-
CMYK00.970.430.42
HSL326.85º93.46%30%-
HSV(B)326.85º96.62%58.04%-
XYZ13.877.049.02-
YUV56.76143.38193.08-

RGB Variations

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

RGB

RED value IS 148 (58.20% from 255) = 62.45%
GREEN value IS 5 (2.34% from 255) = 2.11%
BLUE value IS 84 (33.20% from 255) = 35.44%
R=62.45%
G=2.11%
B=35.44%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.43
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14858400.970.430.42326.8593.4630
Hex945540612B2A1475d1e
Octal22451240141535250713536
Binary10010100101101010001100001101011101010101000111101110111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #940554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #940554; }

 p { color: rgb(148,5,84); }

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

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

 a { background-color: rgb(148,5,84); }

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

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

 span { border-color: rgb(148,5,84); }

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