#9E256D

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

Shades of Jazzberry Jam #9E256D

Tints of Jazzberry Jam #9E256D

Color information

#9E256D (or 0x9E256D) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 25 and 6D. RGB value is (158,37,109). Sum of RGB (Red+Green+Blue) = 158+37+109=304 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.97% from 304); Green value is 37 (14.84% from 255 or 12.17% from 304); Blue value is 109 (42.97% from 255 or 35.86% from 304); Max value from RGB is 158 - color contains mainly: red. Hex color #9E256D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E256D is #61DA92. Grayscale: #515151. Windows color (decimal): -6412947 or 7153054. OLE color: 7153054.

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

Color convert

RGB15837109-
CMYK00.770.310.38
HSL324.3º62.05%38.24%-
HSV(B)324.3º76.58%61.96%-
XYZ17.529.715.42-
YUV81.39143.59182.65-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.97%
GREEN value IS 37 (14.84% from 255) = 12.17%
BLUE value IS 109 (42.97% from 255) = 35.86%
R=51.97%
G=12.17%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583710900.770.310.38324.362.0538.24
Hex9E256D04D1F261443e26
Octal23645155011537465047646
Binary1001111010010111011010100110111111100110101000100111110100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E256D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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