#981958

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

Shades of Jazzberry Jam #981958

Tints of Jazzberry Jam #981958

Color information

#981958 (or 0x981958) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 19 and 58. RGB value is (152,25,88). Sum of RGB (Red+Green+Blue) = 152+25+88=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 25 (10.16% from 255 or 9.43% from 265); Blue value is 88 (34.77% from 255 or 33.21% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #981958 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981958 is #67E6A7. Grayscale: #464646. Windows color (decimal): -6809256 or 5773720. OLE color: 5773720.

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

Color convert

RGB1522588-
CMYK00.840.420.40
HSL330.24º71.75%34.71%-
HSV(B)330.24º83.55%59.61%-
XYZ15.068.0810-
YUV70.16138.08186.38-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 25 (10.16% from 255) = 9.43%
BLUE value IS 88 (34.77% from 255) = 33.21%
R=57.36%
G=9.43%
B=33.21%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.42
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152258800.840.420.40330.2471.7534.71
Hex9819580542A2814a4823
Octal230311300124525051211043
Binary10011000110011011000010101001010101010001010010101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981958

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981958; }

 p { color: rgb(152,25,88); }

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

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

 a { background-color: rgb(152,25,88); }

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

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

 span { border-color: rgb(152,25,88); }

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