#901C64

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

Shades of Jazzberry Jam #901C64

Tints of Jazzberry Jam #901C64

Color information

#901C64 (or 0x901C64) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 1C and 64. RGB value is (144,28,100). Sum of RGB (Red+Green+Blue) = 144+28+100=272 (36% of max value = 765). Red value is 144 (56.64% from 255 or 52.94% from 272); Green value is 28 (11.33% from 255 or 10.29% from 272); Blue value is 100 (39.45% from 255 or 36.76% from 272); Max value from RGB is 144 - color contains mainly: red. Hex color #901C64 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #901C64 is #6FE39B. Grayscale: #464646. Windows color (decimal): -7332764 or 6560912. OLE color: 6560912.

HSL color Cylindrical-coordinate representation of color #901C64: hue angle of 322.76º degrees, saturation: 0.67, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #901C64 is Cyan = 0, Magento = 0.81, Yellow = 0.31 and Black (K on CMYK) = 0.44.

Color convert

RGB14428100-
CMYK00.810.310.44
HSL322.76º67.44%33.73%-
HSV(B)322.76º80.56%56.47%-
XYZ14.227.6812.79-
YUV70.89144.43180.15-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 52.94%
GREEN value IS 28 (11.33% from 255) = 10.29%
BLUE value IS 100 (39.45% from 255) = 36.76%
R=52.94%
G=10.29%
B=36.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.81
Y (Yellow) values IS 0.31
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1442810000.810.310.44322.7667.4433.73
Hex901C640511F2C1434322
Octal220341440121375450310342
Binary1001000011100110010001010001111111011001010000111000011100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #901C64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #901C64; }

 p { color: rgb(144,28,100); }

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

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

 a { background-color: rgb(144,28,100); }

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

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

 span { border-color: rgb(144,28,100); }

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