#8C145A

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

Shades of Jazzberry Jam #8C145A

Tints of Jazzberry Jam #8C145A

Color information

#8C145A (or 0x8C145A) is unknown color: approx Jazzberry Jam. HEX triplet: 8C, 14 and 5A. RGB value is (140,20,90). Sum of RGB (Red+Green+Blue) = 140+20+90=250 (33% of max value = 765). Red value is 140 (55.08% from 255 or 56% from 250); Green value is 20 (8.20% from 255 or 8% from 250); Blue value is 90 (35.55% from 255 or 36% from 250); Max value from RGB is 140 - color contains mainly: red. Hex color #8C145A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C145A is #73EBA5. Grayscale: #3F3F3F. Windows color (decimal): -7596966 or 5903500. OLE color: 5903500.

HSL color Cylindrical-coordinate representation of color #8C145A: hue angle of 325º degrees, saturation: 0.75, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #8C145A is Cyan = 0, Magento = 0.86, Yellow = 0.36 and Black (K on CMYK) = 0.45.

Color convert

RGB1402090-
CMYK00.860.360.45
HSL325º75%31.37%-
HSV(B)325º85.71%54.9%-
XYZ12.916.8110.31-
YUV63.86142.76182.31-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 56%
GREEN value IS 20 (8.20% from 255) = 8%
BLUE value IS 90 (35.55% from 255) = 36%
R=56%
G=8%
B=36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.36
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal140209000.860.360.453257531.37
Hex8C145A056242D1454b1f
Octal214241320126445550511337
Binary1000110010100101101001010110100100101101101000101100101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C145A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,20,90); }

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

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

 a { background-color: rgb(140,20,90); }

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

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

 span { border-color: rgb(140,20,90); }

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