#98095c

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

Shades of Jazzberry Jam #98095C

Tints of Jazzberry Jam #98095C

Color information

#98095C (or 0x98095C) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 09 and 5C. RGB value is (152,9,92). Sum of RGB (Red+Green+Blue) = 152+9+92=253 (33% of max value = 765). Red value is 152 (59.77% from 255 or 60.08% from 253); Green value is 9 (3.91% from 255 or 3.56% from 253); Blue value is 92 (36.33% from 255 or 36.36% from 253); Max value from RGB is 152 - color contains mainly: red. Hex color #98095C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #98095C is #67F6A3. Grayscale: #3D3D3D. Windows color (decimal): -6813348 or 6031768. OLE color: 6031768.

HSL color Cylindrical-coordinate representation of color #98095C: hue angle of 325.17º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #98095C is Cyan = 0, Magento = 0.94, Yellow = 0.39 and Black (K on CMYK) = 0.40.

Color convert

RGB152992-
CMYK00.940.390.40
HSL325.17º88.82%31.57%-
HSV(B)325.17º94.08%59.61%-
XYZ14.987.6410.81-
YUV61.22145.38192.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 60.08%
GREEN value IS 9 (3.91% from 255) = 3.56%
BLUE value IS 92 (36.33% from 255) = 36.36%
R=60.08%
G=3.56%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.39
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal15299200.940.390.40325.1788.8231.57
Hex9895C05E27281455920
Octal230111340136475050513140
Binary1001100010011011100010111101001111010001010001011011001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #98095c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #98095c; }

 p { color: rgb(152,9,92); }

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

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

 a { background-color: rgb(152,9,92); }

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

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

 span { border-color: rgb(152,9,92); }

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