#981E6A

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

Shades of Jazzberry Jam #981E6A

Tints of Jazzberry Jam #981E6A

Color information

#981E6A (or 0x981E6A) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 1E and 6A. RGB value is (152,30,106). Sum of RGB (Red+Green+Blue) = 152+30+106=288 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.78% from 288); Green value is 30 (12.11% from 255 or 10.42% from 288); Blue value is 106 (41.80% from 255 or 36.81% from 288); Max value from RGB is 152 - color contains mainly: red. Hex color #981E6A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #981E6A is #67E195. Grayscale: #4A4A4A. Windows color (decimal): -6807958 or 6954648. OLE color: 6954648.

HSL color Cylindrical-coordinate representation of color #981E6A: hue angle of 322.62º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #981E6A is Cyan = 0, Magento = 0.80, Yellow = 0.30 and Black (K on CMYK) = 0.40.

Color convert

RGB15230106-
CMYK00.800.300.40
HSL322.62º67.03%35.69%-
HSV(B)322.62º80.26%59.61%-
XYZ16.018.6414.46-
YUV75.14145.42182.82-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.78%
GREEN value IS 30 (12.11% from 255) = 10.42%
BLUE value IS 106 (41.80% from 255) = 36.81%
R=52.78%
G=10.42%
B=36.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.80
Y (Yellow) values IS 0.30
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523010600.800.300.40322.6267.0335.69
Hex981E6A0501E281434324
Octal230361520120365050310344
Binary1001100011110110101001010000111101010001010000111000011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981E6A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(152,30,106); }

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

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

 a { background-color: rgb(152,30,106); }

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

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

 span { border-color: rgb(152,30,106); }

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