#8c175d

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

Shades of Jazzberry Jam #8C175D

Tints of Jazzberry Jam #8C175D

Color information

#8C175D (or 0x8C175D) is unknown color: approx Jazzberry Jam. HEX triplet: 8C, 17 and 5D. RGB value is (140,23,93). Sum of RGB (Red+Green+Blue) = 140+23+93=256 (33% of max value = 765). Red value is 140 (55.08% from 255 or 54.69% from 256); Green value is 23 (9.38% from 255 or 8.98% from 256); Blue value is 93 (36.72% from 255 or 36.33% from 256); Max value from RGB is 140 - color contains mainly: red. Hex color #8C175D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C175D is #73E8A2. Grayscale: #414141. Windows color (decimal): -7596195 or 6100876. OLE color: 6100876.

HSL color Cylindrical-coordinate representation of color #8C175D: hue angle of 324.1º degrees, saturation: 0.72, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #8C175D is Cyan = 0, Magento = 0.84, Yellow = 0.34 and Black (K on CMYK) = 0.45.

Color convert

RGB1402393-
CMYK00.840.340.45
HSL324.1º71.78%31.96%-
HSV(B)324.1º83.57%54.9%-
XYZ13.16.9811.01-
YUV65.96143.26180.81-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 54.69%
GREEN value IS 23 (9.38% from 255) = 8.98%
BLUE value IS 93 (36.72% from 255) = 36.33%
R=54.69%
G=8.98%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.34
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140239300.840.340.45324.171.7831.96
Hex8C175D054222D1444820
Octal214271350124425550411040
Binary10001100101111011101010101001000101011011010001001001000100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8c175d

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,23,93); }

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

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

 a { background-color: rgb(140,23,93); }

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

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

 span { border-color: rgb(140,23,93); }

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