#98085A

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

Shades of Jazzberry Jam #98085A

Tints of Jazzberry Jam #98085A

Color information

#98085A (or 0x98085A) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 08 and 5A. RGB value is (152,8,90). Sum of RGB (Red+Green+Blue) = 152+8+90=250 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.8% from 250); Green value is 8 (3.52% from 255 or 3.2% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 152 - color contains mainly: red. Hex color #98085A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98085A is #67F7A5. Grayscale: #3C3C3C. Windows color (decimal): -6813606 or 5900440. OLE color: 5900440.

HSL color Cylindrical-coordinate representation of color #98085A: hue angle of 325.83º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #98085A is Cyan = 0, Magento = 0.95, Yellow = 0.41 and Black (K on CMYK) = 0.40.

Color convert

RGB152890-
CMYK00.950.410.40
HSL325.83º90%31.37%-
HSV(B)325.83º94.74%59.61%-
XYZ14.887.5910.35-
YUV60.4144.71193.33-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.8%
GREEN value IS 8 (3.52% from 255) = 3.2%
BLUE value IS 90 (35.55% from 255) = 36%
R=60.8%
G=3.2%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.41
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15289000.950.410.40325.839031.37
Hex9885A05F29281465a1f
Octal230101320137515050613237
Binary100110001000101101001011111101001101000101000110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98085A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98085A; }

 p { color: rgb(152,8,90); }

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

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

 a { background-color: rgb(152,8,90); }

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

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

 span { border-color: rgb(152,8,90); }

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