#900953

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

Shades of Jazzberry Jam #900953

Tints of Jazzberry Jam #900953

Color information

#900953 (or 0x900953) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 09 and 53. RGB value is (144,9,83). Sum of RGB (Red+Green+Blue) = 144+9+83=236 (31% of max value = 765). Red value is 144 (56.64% from 255 or 61.02% from 236); Green value is 9 (3.91% from 255 or 3.81% from 236); Blue value is 83 (32.81% from 255 or 35.17% from 236); Max value from RGB is 144 - color contains mainly: red. Hex color #900953 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #900953 is #6FF6AC. Grayscale: #393939. Windows color (decimal): -7337645 or 5441936. OLE color: 5441936.

HSL color Cylindrical-coordinate representation of color #900953: hue angle of 327.11º 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 #900953 is Cyan = 0, Magento = 0.94, Yellow = 0.42 and Black (K on CMYK) = 0.44.

Color convert

RGB144983-
CMYK00.940.420.44
HSL327.11º88.24%30%-
HSV(B)327.11º93.75%56.47%-
XYZ13.166.758.79-
YUV57.8142.23189.48-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 61.02%
GREEN value IS 9 (3.91% from 255) = 3.81%
BLUE value IS 83 (32.81% from 255) = 35.17%
R=61.02%
G=3.81%
B=35.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.42
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal14498300.940.420.44327.1188.2430
Hex9095305E2A2C147581e
Octal220111230136525450713036
Binary100100001001101001101011110101010101100101000111101100011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #900953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #900953; }

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

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

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

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

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

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

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

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