#9E015B

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

Shades of Jazzberry Jam #9E015B

Tints of Jazzberry Jam #9E015B

Color information

#9E015B (or 0x9E015B) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 01 and 5B. RGB value is (158,1,91). Sum of RGB (Red+Green+Blue) = 158+1+91=250 (33% of max value = 765). Red value is 158 (62.11% from 255 or 63.2% from 250); Green value is 1 (0.78% from 255 or 0.4% from 250); Blue value is 91 (35.94% from 255 or 36.4% from 250); Max value from RGB is 158 - color contains mainly: red. Hex color #9E015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E015B is #61FEA4. Grayscale: #3A3A3A. Windows color (decimal): -6422181 or 5964190. OLE color: 5964190.

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

Color convert

RGB158191-
CMYK00.990.420.38
HSL325.61º98.74%31.18%-
HSV(B)325.61º99.37%61.96%-
XYZ168.0510.61-
YUV58.2146.51199.18-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.2%
GREEN value IS 1 (0.78% from 255) = 0.4%
BLUE value IS 91 (35.94% from 255) = 36.4%
R=63.2%
G=0.4%
B=36.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15819100.990.420.38325.6198.7431.18
Hex9E15B0632A26146631f
Octal23611330143524650614337
Binary100111101101101101100011101010100110101000110110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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