#9E084B

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

Shades of Jazzberry Jam #9E084B

Tints of Jazzberry Jam #9E084B

Color information

#9E084B (or 0x9E084B) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 08 and 4B. RGB value is (158,8,75). Sum of RGB (Red+Green+Blue) = 158+8+75=241 (31% of max value = 765). Red value is 158 (62.11% from 255 or 65.56% from 241); Green value is 8 (3.52% from 255 or 3.32% from 241); Blue value is 75 (29.69% from 255 or 31.12% from 241); Max value from RGB is 158 - color contains mainly: red. Hex color #9E084B is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E084B is #61F7B4. Grayscale: #3C3C3C. Windows color (decimal): -6420405 or 4917406. OLE color: 4917406.

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

Color convert

RGB158875-
CMYK00.950.530.38
HSL333.2º90.36%32.55%-
HSV(B)333.2º94.94%61.96%-
XYZ15.467.957.38-
YUV60.49136.2197.55-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 65.56%
GREEN value IS 8 (3.52% from 255) = 3.32%
BLUE value IS 75 (29.69% from 255) = 31.12%
R=65.56%
G=3.32%
B=31.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.53
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15887500.950.530.38333.290.3632.55
Hex9E84B05F352614d5a21
Octal236101130137654651513241
Binary1001111010001001011010111111101011001101010011011011010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E084B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,8,75); }

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

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

 a { background-color: rgb(158,8,75); }

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

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

 span { border-color: rgb(158,8,75); }

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