#9E0144

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

Shades of Jazzberry Jam #9E0144

Tints of Jazzberry Jam #9E0144

Color information

#9E0144 (or 0x9E0144) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 01 and 44. RGB value is (158,1,68). Sum of RGB (Red+Green+Blue) = 158+1+68=227 (30% of max value = 765). Red value is 158 (62.11% from 255 or 69.60% from 227); Green value is 1 (0.78% from 255 or 0.44% from 227); Blue value is 68 (26.95% from 255 or 29.96% from 227); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0144 is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0144 is #61FEBB. Grayscale: #373737. Windows color (decimal): -6422204 or 4456862. OLE color: 4456862.

HSL color Cylindrical-coordinate representation of color #9E0144: hue angle of 334.39º degrees, saturation: 0.99, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9E0144 is Cyan = 0, Magento = 0.99, Yellow = 0.57 and Black (K on CMYK) = 0.38.

Color convert

RGB158168-
CMYK00.990.570.38
HSL334.39º98.74%31.18%-
HSV(B)334.39º99.37%61.96%-
XYZ15.157.716.16-
YUV55.58135.01201.05-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 69.60%
GREEN value IS 1 (0.78% from 255) = 0.44%
BLUE value IS 68 (26.95% from 255) = 29.96%
R=69.60%
G=0.44%
B=29.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.57
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15816800.990.570.38334.3998.7431.18
Hex9E144063392614e631f
Octal23611040143714651614337
Binary100111101100010001100011111001100110101001110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0144

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,1,68); }

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

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

 a { background-color: rgb(158,1,68); }

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

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

 span { border-color: rgb(158,1,68); }

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