#8F3C58

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

Shades of Rose Bud Cherry #8F3C58

Tints of Rose Bud Cherry #8F3C58

Color information

#8F3C58 (or 0x8F3C58) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 3C and 58. RGB value is (143,60,88). Sum of RGB (Red+Green+Blue) = 143+60+88=291 (38% of max value = 765). Red value is 143 (56.25% from 255 or 49.14% from 291); Green value is 60 (23.83% from 255 or 20.62% from 291); Blue value is 88 (34.77% from 255 or 30.24% from 291); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3C58 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3C58 is #70C3A7. Grayscale: #575757. Windows color (decimal): -7390120 or 5782671. OLE color: 5782671.

HSL color Cylindrical-coordinate representation of color #8F3C58: hue angle of 339.76º degrees, saturation: 0.41, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8F3C58 is Cyan = 0, Magento = 0.58, Yellow = 0.38 and Black (K on CMYK) = 0.44.

Color convert

RGB1436088-
CMYK00.580.380.44
HSL339.76º40.89%39.8%-
HSV(B)339.76º58.04%56.08%-
XYZ14.719.7810.34-
YUV88.01128167.22-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 49.14%
GREEN value IS 60 (23.83% from 255) = 20.62%
BLUE value IS 88 (34.77% from 255) = 30.24%
R=49.14%
G=20.62%
B=30.24%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.58
Y (Yellow) values IS 0.38
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal143608800.580.380.44339.7640.8939.8
Hex8F3C5803A262C1542928
Octal2177413007246545245150
Binary1000111111110010110000111010100110101100101010100101001101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3C58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,60,88); }

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

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

 a { background-color: rgb(143,60,88); }

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

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

 span { border-color: rgb(143,60,88); }

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