#8F175C

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

Shades of Jazzberry Jam #8F175C

Tints of Jazzberry Jam #8F175C

Color information

#8F175C (or 0x8F175C) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 17 and 5C. RGB value is (143,23,92). Sum of RGB (Red+Green+Blue) = 143+23+92=258 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.43% from 258); Green value is 23 (9.38% from 255 or 8.91% from 258); Blue value is 92 (36.33% from 255 or 35.66% from 258); Max value from RGB is 143 - color contains mainly: red. Hex color #8F175C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F175C is #70E8A3. Grayscale: #424242. Windows color (decimal): -7399588 or 6035343. OLE color: 6035343.

HSL color Cylindrical-coordinate representation of color #8F175C: hue angle of 325.5º degrees, saturation: 0.72, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8F175C is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.44.

Color convert

RGB1432392-
CMYK00.840.360.44
HSL325.5º72.29%32.55%-
HSV(B)325.5º83.92%56.08%-
XYZ13.577.2310.8-
YUV66.75142.26182.39-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.43%
GREEN value IS 23 (9.38% from 255) = 8.91%
BLUE value IS 92 (36.33% from 255) = 35.66%
R=55.43%
G=8.91%
B=35.66%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.36
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143239200.840.360.44325.572.2932.55
Hex8F175C054242C1464821
Octal217271340124445450611041
Binary10001111101111011100010101001001001011001010001101001000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F175C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8F175C; }

 p { color: rgb(143,23,92); }

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

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

 a { background-color: rgb(143,23,92); }

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

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

 span { border-color: rgb(143,23,92); }

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