#9E266E

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

Shades of Jazzberry Jam #9E266E

Tints of Jazzberry Jam #9E266E

Color information

#9E266E (or 0x9E266E) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 26 and 6E. RGB value is (158,38,110). Sum of RGB (Red+Green+Blue) = 158+38+110=306 (40% of max value = 765). Red value is 158 (62.11% from 255 or 51.63% from 306); Green value is 38 (15.23% from 255 or 12.42% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 158 - color contains mainly: red. Hex color #9E266E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9E266E is #61D991. Grayscale: #515151. Windows color (decimal): -6412690 or 7218846. OLE color: 7218846.

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

Color convert

RGB15838110-
CMYK00.760.300.38
HSL324º61.22%38.43%-
HSV(B)324º75.95%61.96%-
XYZ17.619.7815.71-
YUV82.09143.76182.15-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 51.63%
GREEN value IS 38 (15.23% from 255) = 12.42%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=51.63%
G=12.42%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.76
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1583811000.760.300.3832461.2238.43
Hex9E266E04C1E261443d26
Octal23646156011436465047546
Binary1001111010011011011100100110011110100110101000100111101100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E266E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,38,110); }

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

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

 a { background-color: rgb(158,38,110); }

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

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

 span { border-color: rgb(158,38,110); }

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