#9E054F

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

Shades of Jazzberry Jam #9E054F

Tints of Jazzberry Jam #9E054F

Color information

#9E054F (or 0x9E054F) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 05 and 4F. RGB value is (158,5,79). Sum of RGB (Red+Green+Blue) = 158+5+79=242 (32% of max value = 765). Red value is 158 (62.11% from 255 or 65.29% from 242); Green value is 5 (2.34% from 255 or 2.07% from 242); Blue value is 79 (31.25% from 255 or 32.64% from 242); Max value from RGB is 158 - color contains mainly: red. Hex color #9E054F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E054F is #61FAB0. Grayscale: #3B3B3B. Windows color (decimal): -6421169 or 5178782. OLE color: 5178782.

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

Color convert

RGB158579-
CMYK00.970.500.38
HSL330.98º93.87%31.96%-
HSV(B)330.98º96.84%61.96%-
XYZ15.577.948.11-
YUV59.18139.19198.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.29%
GREEN value IS 5 (2.34% from 255) = 2.07%
BLUE value IS 79 (31.25% from 255) = 32.64%
R=65.29%
G=2.07%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.50
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15857900.970.500.38330.9893.8731.96
Hex9E54F061322614b5e20
Octal23651170141624651313640
Binary100111101011001111011000011100101001101010010111011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E054F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,5,79); }

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

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

 a { background-color: rgb(158,5,79); }

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

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

 span { border-color: rgb(158,5,79); }

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