#9E035A

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

Shades of Jazzberry Jam #9E035A

Tints of Jazzberry Jam #9E035A

Color information

#9E035A (or 0x9E035A) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 03 and 5A. RGB value is (158,3,90). Sum of RGB (Red+Green+Blue) = 158+3+90=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 3 (1.56% from 255 or 1.20% from 251); Blue value is 90 (35.55% from 255 or 35.86% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E035A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E035A is #61FCA5. Grayscale: #3B3B3B. Windows color (decimal): -6421670 or 5899166. OLE color: 5899166.

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

Color convert

RGB158390-
CMYK00.980.430.38
HSL326.32º96.27%31.57%-
HSV(B)326.32º98.1%61.96%-
XYZ15.988.0710.39-
YUV59.26145.35198.43-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.95%
GREEN value IS 3 (1.56% from 255) = 1.20%
BLUE value IS 90 (35.55% from 255) = 35.86%
R=62.95%
G=1.20%
B=35.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.43
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15839000.980.430.38326.3296.2731.57
Hex9E35A0622B261466020
Octal23631320142534650614040
Binary10011110111011010011000101010111001101010001101100000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E035A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,3,90); }

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

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

 a { background-color: rgb(158,3,90); }

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

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

 span { border-color: rgb(158,3,90); }

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