#9E0354

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

Shades of Jazzberry Jam #9E0354

Tints of Jazzberry Jam #9E0354

Color information

#9E0354 (or 0x9E0354) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 03 and 54. RGB value is (158,3,84). Sum of RGB (Red+Green+Blue) = 158+3+84=245 (32% of max value = 765). Red value is 158 (62.11% from 255 or 64.49% from 245); Green value is 3 (1.56% from 255 or 1.22% from 245); Blue value is 84 (33.20% from 255 or 34.29% from 245); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0354 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0354 is #61FCAB. Grayscale: #3A3A3A. Windows color (decimal): -6421676 or 5505950. OLE color: 5505950.

HSL color Cylindrical-coordinate representation of color #9E0354: hue angle of 328.65º degrees, saturation: 0.96, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #9E0354 is Cyan = 0, Magento = 0.98, Yellow = 0.47 and Black (K on CMYK) = 0.38.

Color convert

RGB158384-
CMYK00.980.470.38
HSL328.65º96.27%31.57%-
HSV(B)328.65º98.1%61.96%-
XYZ15.737.979.1-
YUV58.58142.35198.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 64.49%
GREEN value IS 3 (1.56% from 255) = 1.22%
BLUE value IS 84 (33.20% from 255) = 34.29%
R=64.49%
G=1.22%
B=34.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.47
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15838400.980.470.38328.6596.2731.57
Hex9E3540622F261496020
Octal23631240142574651114040
Binary10011110111010100011000101011111001101010010011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0354

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9E0354; }

 p { color: rgb(158,3,84); }

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

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

 a { background-color: rgb(158,3,84); }

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

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

 span { border-color: rgb(158,3,84); }

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