#981163

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

Shades of Jazzberry Jam #981163

Tints of Jazzberry Jam #981163

Color information

#981163 (or 0x981163) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 11 and 63. RGB value is (152,17,99). Sum of RGB (Red+Green+Blue) = 152+17+99=268 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.72% from 268); Green value is 17 (7.03% from 255 or 6.34% from 268); Blue value is 99 (39.06% from 255 or 36.94% from 268); Max value from RGB is 152 - color contains mainly: red. Hex color #981163 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981163 is #67EE9C. Grayscale: #424242. Windows color (decimal): -6811293 or 6492568. OLE color: 6492568.

HSL color Cylindrical-coordinate representation of color #981163: hue angle of 323.56º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #981163 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.40.

Color convert

RGB1521799-
CMYK00.890.350.40
HSL323.56º79.88%33.14%-
HSV(B)323.56º88.82%59.61%-
XYZ15.47.9812.53-
YUV66.71146.23188.83-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.72%
GREEN value IS 17 (7.03% from 255) = 6.34%
BLUE value IS 99 (39.06% from 255) = 36.94%
R=56.72%
G=6.34%
B=36.94%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152179900.890.350.40323.5679.8833.14
Hex98116305923281445021
Octal230211430131435050412041
Binary10011000100011100011010110011000111010001010001001010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981163; }

 p { color: rgb(152,17,99); }

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

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

 a { background-color: rgb(152,17,99); }

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

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

 span { border-color: rgb(152,17,99); }

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