#910E51

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

Shades of Jazzberry Jam #910E51

Tints of Jazzberry Jam #910E51

Color information

#910E51 (or 0x910E51) is unknown color: approx Jazzberry Jam. HEX triplet: 91, 0E and 51. RGB value is (145,14,81). Sum of RGB (Red+Green+Blue) = 145+14+81=240 (31% of max value = 765). Red value is 145 (57.03% from 255 or 60.42% from 240); Green value is 14 (5.86% from 255 or 5.83% from 240); Blue value is 81 (32.03% from 255 or 33.75% from 240); Max value from RGB is 145 - color contains mainly: red. Hex color #910E51 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #910E51 is #6EF1AE. Grayscale: #3C3C3C. Windows color (decimal): -7270831 or 5312145. OLE color: 5312145.

HSL color Cylindrical-coordinate representation of color #910E51: hue angle of 329.31º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #910E51 is Cyan = 0, Magento = 0.90, Yellow = 0.44 and Black (K on CMYK) = 0.43.

Color convert

RGB1451481-
CMYK00.900.440.43
HSL329.31º82.39%31.18%-
HSV(B)329.31º90.34%56.86%-
XYZ13.326.938.42-
YUV60.81139.4188.05-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 60.42%
GREEN value IS 14 (5.86% from 255) = 5.83%
BLUE value IS 81 (32.03% from 255) = 33.75%
R=60.42%
G=5.83%
B=33.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.44
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal145148100.900.440.43329.3182.3931.18
Hex91E5105A2C2B149521f
Octal221161210132545351112237
Binary100100011110101000101011010101100101011101001001101001011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #910E51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #910E51; }

 p { color: rgb(145,14,81); }

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

<style>
 a { background-color: #910E51; }

 a { background-color: rgb(145,14,81); }

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

<style>
 span { border-color: #910E51; }

 span { border-color: rgb(145,14,81); }

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