#9E0152

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

Shades of Jazzberry Jam #9E0152

Tints of Jazzberry Jam #9E0152

Color information

#9E0152 (or 0x9E0152) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 01 and 52. RGB value is (158,1,82). Sum of RGB (Red+Green+Blue) = 158+1+82=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 82 (32.42% from 255 or 34.02% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0152 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E0152 is #61FEAD. Grayscale: #393939. Windows color (decimal): -6422190 or 5374366. OLE color: 5374366.

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

Color convert

RGB158182-
CMYK00.990.480.38
HSL329.04º98.74%31.18%-
HSV(B)329.04º99.37%61.96%-
XYZ15.637.98.68-
YUV57.18142.01199.91-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.56%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 82 (32.42% from 255) = 34.02%
R=65.56%
G=0.41%
B=34.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.48
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15818200.990.480.38329.0498.7431.18
Hex9E1520633026149631f
Octal23611220143604651114337
Binary100111101101001001100011110000100110101001001110001111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0152

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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