#9E035D

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

Shades of Jazzberry Jam #9E035D

Tints of Jazzberry Jam #9E035D

Color information

#9E035D (or 0x9E035D) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 03 and 5D. RGB value is (158,3,93). Sum of RGB (Red+Green+Blue) = 158+3+93=254 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.20% from 254); Green value is 3 (1.56% from 255 or 1.18% from 254); Blue value is 93 (36.72% from 255 or 36.61% from 254); Max value from RGB is 158 - color contains mainly: red. Hex color #9E035D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E035D is #61FCA2. Grayscale: #3B3B3B. Windows color (decimal): -6421667 or 6095774. OLE color: 6095774.

HSL color Cylindrical-coordinate representation of color #9E035D: hue angle of 325.16º 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 #9E035D is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.38.

Color convert

RGB158393-
CMYK00.980.410.38
HSL325.16º96.27%31.57%-
HSV(B)325.16º98.1%61.96%-
XYZ16.118.1211.08-
YUV59.6146.85198.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.20%
GREEN value IS 3 (1.56% from 255) = 1.18%
BLUE value IS 93 (36.72% from 255) = 36.61%
R=62.20%
G=1.18%
B=36.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15839300.980.410.38325.1696.2731.57
Hex9E35D06229261456020
Octal23631350142514650514040
Binary10011110111011101011000101010011001101010001011100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E035D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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