#9F0258

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

Shades of Jazzberry Jam #9F0258

Tints of Jazzberry Jam #9F0258

Color information

#9F0258 (or 0x9F0258) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 02 and 58. RGB value is (159,2,88). Sum of RGB (Red+Green+Blue) = 159+2+88=249 (32% of max value = 765). Red value is 159 (62.5% from 255 or 63.86% from 249); Green value is 2 (1.17% from 255 or 0.80% from 249); Blue value is 88 (34.77% from 255 or 35.34% from 249); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0258 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0258 is #60FDA7. Grayscale: #3A3A3A. Windows color (decimal): -6356392 or 5767839. OLE color: 5767839.

HSL color Cylindrical-coordinate representation of color #9F0258: hue angle of 327.13º degrees, saturation: 0.98, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9F0258 is Cyan = 0, Magento = 0.99, Yellow = 0.45 and Black (K on CMYK) = 0.38.

Color convert

RGB159288-
CMYK00.990.450.38
HSL327.13º97.52%31.57%-
HSV(B)327.13º98.74%62.35%-
XYZ16.088.129.95-
YUV58.75144.51199.51-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 63.86%
GREEN value IS 2 (1.17% from 255) = 0.80%
BLUE value IS 88 (34.77% from 255) = 35.34%
R=63.86%
G=0.80%
B=35.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.45
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal15928800.990.450.38327.1397.5231.57
Hex9F2580632D261476220
Octal23721300143554650714240
Binary10011111101011000011000111011011001101010001111100010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F0258; }

 p { color: rgb(159,2,88); }

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

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

 a { background-color: rgb(159,2,88); }

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

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

 span { border-color: rgb(159,2,88); }

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