#8F1E56

Color #8F1E56 Rose Bud Cherry (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rose Bud Cherry #8F1E56

Tints of Rose Bud Cherry #8F1E56

Color information

#8F1E56 (or 0x8F1E56) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 1E and 56. RGB value is (143,30,86). Sum of RGB (Red+Green+Blue) = 143+30+86=259 (34% of max value = 765). Red value is 143 (56.25% from 255 or 55.21% from 259); Green value is 30 (12.11% from 255 or 11.58% from 259); Blue value is 86 (33.98% from 255 or 33.20% from 259); Max value from RGB is 143 - color contains mainly: red. Hex color #8F1E56 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F1E56 is #70E1A9. Grayscale: #464646. Windows color (decimal): -7397802 or 5643919. OLE color: 5643919.

HSL color Cylindrical-coordinate representation of color #8F1E56: hue angle of 330.27º degrees, saturation: 0.65, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #8F1E56 is Cyan = 0, Magento = 0.79, Yellow = 0.40 and Black (K on CMYK) = 0.44.

Color convert

RGB1433086-
CMYK00.790.400.44
HSL330.27º65.32%33.92%-
HSV(B)330.27º79.02%56.08%-
XYZ13.477.449.53-
YUV70.17136.94179.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 55.21%
GREEN value IS 30 (12.11% from 255) = 11.58%
BLUE value IS 86 (33.98% from 255) = 33.20%
R=55.21%
G=11.58%
B=33.20%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.40
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143308600.790.400.44330.2765.3233.92
Hex8F1E5604F282C14a4122
Octal217361260117505451210142
Binary10001111111101010110010011111010001011001010010101000001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F1E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,30,86); }

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

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

 a { background-color: rgb(143,30,86); }

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

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

 span { border-color: rgb(143,30,86); }

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