#9E0E4C

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

Shades of Jazzberry Jam #9E0E4C

Tints of Jazzberry Jam #9E0E4C

Color information

#9E0E4C (or 0x9E0E4C) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 0E and 4C. RGB value is (158,14,76). Sum of RGB (Red+Green+Blue) = 158+14+76=248 (32% of max value = 765). Red value is 158 (62.11% from 255 or 63.71% from 248); Green value is 14 (5.86% from 255 or 5.65% from 248); Blue value is 76 (30.08% from 255 or 30.65% from 248); Max value from RGB is 158 - color contains mainly: red. Hex color #9E0E4C is not a web safe color. Web safe color analog (approx): #990033. Inversed color of #9E0E4C is #61F1B3. Grayscale: #404040. Windows color (decimal): -6418868 or 4984478. OLE color: 4984478.

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

Color convert

RGB1581476-
CMYK00.910.520.38
HSL334.17º83.72%33.73%-
HSV(B)334.17º91.14%61.96%-
XYZ15.568.17.58-
YUV64.12134.71194.96-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 63.71%
GREEN value IS 14 (5.86% from 255) = 5.65%
BLUE value IS 76 (30.08% from 255) = 30.65%
R=63.71%
G=5.65%
B=30.65%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.52
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal158147600.910.520.38334.1783.7233.73
Hex9EE4C05B342614e5422
Octal236161140133644651612442
Binary1001111011101001100010110111101001001101010011101010100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E0E4C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,14,76); }

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

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

 a { background-color: rgb(158,14,76); }

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

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

 span { border-color: rgb(158,14,76); }

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