#981A69

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

Shades of Jazzberry Jam #981A69

Tints of Jazzberry Jam #981A69

Color information

#981A69 (or 0x981A69) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 1A and 69. RGB value is (152,26,105). Sum of RGB (Red+Green+Blue) = 152+26+105=283 (37% of max value = 765). Red value is 152 (59.77% from 255 or 53.71% from 283); Green value is 26 (10.55% from 255 or 9.19% from 283); Blue value is 105 (41.41% from 255 or 37.10% from 283); Max value from RGB is 152 - color contains mainly: red. Hex color #981A69 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981A69 is #67E596. Grayscale: #484848. Windows color (decimal): -6808983 or 6888088. OLE color: 6888088.

HSL color Cylindrical-coordinate representation of color #981A69: hue angle of 322.38º degrees, saturation: 0.71, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #981A69 is Cyan = 0, Magento = 0.83, Yellow = 0.31 and Black (K on CMYK) = 0.40.

Color convert

RGB15226105-
CMYK00.830.310.40
HSL322.38º70.79%34.9%-
HSV(B)322.38º82.89%59.61%-
XYZ15.878.4314.16-
YUV72.68146.24184.58-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 53.71%
GREEN value IS 26 (10.55% from 255) = 9.19%
BLUE value IS 105 (41.41% from 255) = 37.10%
R=53.71%
G=9.19%
B=37.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.31
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1522610500.830.310.40322.3870.7934.9
Hex981A690531F281424723
Octal230321510123375050210743
Binary1001100011010110100101010011111111010001010000101000111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981A69; }

 p { color: rgb(152,26,105); }

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

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

 a { background-color: rgb(152,26,105); }

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

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

 span { border-color: rgb(152,26,105); }

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