#8F195D

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

Shades of Jazzberry Jam #8F195D

Tints of Jazzberry Jam #8F195D

Color information

#8F195D (or 0x8F195D) is unknown color: approx Jazzberry Jam. HEX triplet: 8F, 19 and 5D. RGB value is (143,25,93). Sum of RGB (Red+Green+Blue) = 143+25+93=261 (34% of max value = 765). Red value is 143 (56.25% from 255 or 54.79% from 261); Green value is 25 (10.16% from 255 or 9.58% from 261); Blue value is 93 (36.72% from 255 or 35.63% from 261); Max value from RGB is 143 - color contains mainly: red. Hex color #8F195D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8F195D is #70E6A2. Grayscale: #434343. Windows color (decimal): -7399075 or 6101391. OLE color: 6101391.

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

Color convert

RGB1432593-
CMYK00.830.350.44
HSL325.42º70.24%32.94%-
HSV(B)325.42º82.52%56.08%-
XYZ13.657.3311.05-
YUV68.03142.09181.47-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 54.79%
GREEN value IS 25 (10.16% from 255) = 9.58%
BLUE value IS 93 (36.72% from 255) = 35.63%
R=54.79%
G=9.58%
B=35.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.83
Y (Yellow) values IS 0.35
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143259300.830.350.44325.4270.2432.94
Hex8F195D053232C1454621
Octal217311350123435450510641
Binary10001111110011011101010100111000111011001010001011000110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F195D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,25,93); }

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

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

 a { background-color: rgb(143,25,93); }

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

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

 span { border-color: rgb(143,25,93); }

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