#9E025B

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

Shades of Jazzberry Jam #9E025B

Tints of Jazzberry Jam #9E025B

Color information

#9E025B (or 0x9E025B) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 02 and 5B. RGB value is (158,2,91). Sum of RGB (Red+Green+Blue) = 158+2+91=251 (33% of max value = 765). Red value is 158 (62.11% from 255 or 62.95% from 251); Green value is 2 (1.17% from 255 or 0.80% from 251); Blue value is 91 (35.94% from 255 or 36.25% from 251); Max value from RGB is 158 - color contains mainly: red. Hex color #9E025B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E025B is #61FDA4. Grayscale: #3A3A3A. Windows color (decimal): -6421925 or 5964446. OLE color: 5964446.

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

Color convert

RGB158291-
CMYK00.990.420.38
HSL325.77º97.5%31.37%-
HSV(B)325.77º98.73%61.96%-
XYZ16.018.0710.61-
YUV58.79146.18198.76-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 62.95%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 91 (35.94% from 255) = 36.25%
R=62.95%
G=0.80%
B=36.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.42
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15829100.990.420.38325.7797.531.37
Hex9E25B0632A26146621f
Octal23621330143524650614237
Binary1001111010101101101100011101010100110101000110110001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E025B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,2,91); }

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

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

 a { background-color: rgb(158,2,91); }

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

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

 span { border-color: rgb(158,2,91); }

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