#990f58

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

Shades of Jazzberry Jam #990F58

Tints of Jazzberry Jam #990F58

Color information

#990F58 (or 0x990F58) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 0F and 58. RGB value is (153,15,88). Sum of RGB (Red+Green+Blue) = 153+15+88=256 (33% of max value = 765). Red value is 153 (60.16% from 255 or 59.77% from 256); Green value is 15 (6.25% from 255 or 5.86% from 256); Blue value is 88 (34.77% from 255 or 34.38% from 256); Max value from RGB is 153 - color contains mainly: red. Hex color #990F58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990F58 is #66F0A7. Grayscale: #404040. Windows color (decimal): -6746280 or 5771161. OLE color: 5771161.

HSL color Cylindrical-coordinate representation of color #990F58: hue angle of 328.26º degrees, saturation: 0.82, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #990F58 is Cyan = 0, Magento = 0.90, Yellow = 0.42 and Black (K on CMYK) = 0.4.

Color convert

RGB1531588-
CMYK00.900.420.4
HSL328.26º82.14%32.94%-
HSV(B)328.26º90.2%60%-
XYZ15.077.829.95-
YUV64.58141.22191.06-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 59.77%
GREEN value IS 15 (6.25% from 255) = 5.86%
BLUE value IS 88 (34.77% from 255) = 34.38%
R=59.77%
G=5.86%
B=34.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.42
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153158800.900.420.4328.2682.1432.94
Hex99F5805A2A281485221
Octal231171300132525051012241
Binary1001100111111011000010110101010101010001010010001010010100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #990f58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #990f58; }

 p { color: rgb(153,15,88); }

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

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

 a { background-color: rgb(153,15,88); }

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

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

 span { border-color: rgb(153,15,88); }

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