#9E256F

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

Shades of Jazzberry Jam #9E256F

Tints of Jazzberry Jam #9E256F

Color information

#9E256F (or 0x9E256F) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 25 and 6F. RGB value is (158,37,111). Sum of RGB (Red+Green+Blue) = 158+37+111=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 37 (14.84% from 255 or 12.09% from 306); Blue value is 111 (43.75% from 255 or 36.27% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E256F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E256F is #61DA90. Grayscale: #515151. Windows color (decimal): -6412945 or 7284126. OLE color: 7284126.

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

Color convert

RGB15837111-
CMYK00.770.300.38
HSL323.31º62.05%38.24%-
HSV(B)323.31º76.58%61.96%-
XYZ17.639.7415.99-
YUV81.61144.59182.48-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 37 (14.84% from 255) = 12.09%
BLUE value IS 111 (43.75% from 255) = 36.27%
R=51.63%
G=12.09%
B=36.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583711100.770.300.38323.3162.0538.24
Hex9E256F04D1E261433e26
Octal23645157011536465037646
Binary1001111010010111011110100110111110100110101000011111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E256F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,37,111); }

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

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

 a { background-color: rgb(158,37,111); }

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

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

 span { border-color: rgb(158,37,111); }

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