#90114E

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

Shades of Jazzberry Jam #90114E

Tints of Jazzberry Jam #90114E

Color information

#90114E (or 0x90114E) is unknown color: approx Jazzberry Jam. HEX triplet: 90, 11 and 4E. RGB value is (144,17,78). Sum of RGB (Red+Green+Blue) = 144+17+78=239 (31% of max value = 765). Red value is 144 (56.64% from 255 or 60.25% from 239); Green value is 17 (7.03% from 255 or 7.11% from 239); Blue value is 78 (30.86% from 255 or 32.64% from 239); Max value from RGB is 144 - color contains mainly: red. Hex color #90114E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #90114E is #6FEEB1. Grayscale: #3D3D3D. Windows color (decimal): -7335602 or 5116304. OLE color: 5116304.

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

Color convert

RGB1441778-
CMYK00.880.460.44
HSL331.18º78.88%31.57%-
HSV(B)331.18º88.19%56.47%-
XYZ13.086.887.85-
YUV61.93137.08186.54-

RGB Variations

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

RGB

RED value IS 144 (56.64% from 255) = 60.25%
GREEN value IS 17 (7.03% from 255) = 7.11%
BLUE value IS 78 (30.86% from 255) = 32.64%
R=60.25%
G=7.11%
B=32.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.88
Y (Yellow) values IS 0.46
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal144177800.880.460.44331.1878.8831.57
Hex90114E0582E2C14b4f20
Octal220211160130565451311740
Binary10010000100011001110010110001011101011001010010111001111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #90114E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #90114E; }

 p { color: rgb(144,17,78); }

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

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

 a { background-color: rgb(144,17,78); }

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

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

 span { border-color: rgb(144,17,78); }

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