#90155e

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

Shades of Jazzberry Jam #90155E

Tints of Jazzberry Jam #90155E

Color information

#90155E (or 0x90155E) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 15 and 5E. RGB value is (144,21,94). Sum of RGB (Red+Green+Blue) = 144+21+94=259 (34% of max value = 765). Red value is 144 (56.64% from 255 or 55.60% from 259); Green value is 21 (8.59% from 255 or 8.11% from 259); Blue value is 94 (37.11% from 255 or 36.29% from 259); Max value from RGB is 144 - color contains mainly: red. Hex color #90155E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90155E is #6FEAA1. Grayscale: #414141. Windows color (decimal): -7334562 or 6165904. OLE color: 6165904.

HSL color Cylindrical-coordinate representation of color #90155E: hue angle of 324.39º degrees, saturation: 0.75, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #90155E is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.44.

Color convert

RGB1442194-
CMYK00.850.350.44
HSL324.39º74.55%32.35%-
HSV(B)324.39º85.42%56.47%-
XYZ13.797.2711.27-
YUV66.1143.75183.56-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 55.60%
GREEN value IS 21 (8.59% from 255) = 8.11%
BLUE value IS 94 (37.11% from 255) = 36.29%
R=55.60%
G=8.11%
B=36.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.85
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144219400.850.350.44324.3974.5532.35
Hex90155E055232C1444b20
Octal220251360125435450411340
Binary10010000101011011110010101011000111011001010001001001011100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90155e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90155e; }

 p { color: rgb(144,21,94); }

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

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

 a { background-color: rgb(144,21,94); }

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

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

 span { border-color: rgb(144,21,94); }

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