#900951

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

Shades of Jazzberry Jam #900951

Tints of Jazzberry Jam #900951

Color information

#900951 (or 0x900951) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 09 and 51. RGB value is (144,9,81). Sum of RGB (Red+Green+Blue) = 144+9+81=234 (30% of max value = 765). Red value is 144 (56.64% from 255 or 61.54% from 234); Green value is 9 (3.91% from 255 or 3.85% from 234); Blue value is 81 (32.03% from 255 or 34.62% from 234); Max value from RGB is 144 - color contains mainly: red. Hex color #900951 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900951 is #6FF6AE. Grayscale: #393939. Windows color (decimal): -7337647 or 5310864. OLE color: 5310864.

HSL color Cylindrical-coordinate representation of color #900951: hue angle of 328º degrees, saturation: 0.88, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #900951 is Cyan = 0, Magento = 0.94, Yellow = 0.44 and Black (K on CMYK) = 0.44.

Color convert

RGB144981-
CMYK00.940.440.44
HSL328º88.24%30%-
HSV(B)328º93.75%56.47%-
XYZ13.086.728.39-
YUV57.57141.23189.65-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 61.54%
GREEN value IS 9 (3.91% from 255) = 3.85%
BLUE value IS 81 (32.03% from 255) = 34.62%
R=61.54%
G=3.85%
B=34.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.44
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14498100.940.440.4432888.2430
Hex9095105E2C2C148581e
Octal220111210136545451013036
Binary100100001001101000101011110101100101100101001000101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900951; }

 p { color: rgb(144,9,81); }

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

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

 a { background-color: rgb(144,9,81); }

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

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

 span { border-color: rgb(144,9,81); }

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