#8F3068

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

Shades of Rose Bud Cherry #8F3068

Tints of Rose Bud Cherry #8F3068

Color information

#8F3068 (or 0x8F3068) is unknown color: approx Rose Bud Cherry. HEX triplet: 8F, 30 and 68. RGB value is (143,48,104). Sum of RGB (Red+Green+Blue) = 143+48+104=295 (39% of max value = 765). Red value is 143 (56.25% from 255 or 48.47% from 295); Green value is 48 (19.14% from 255 or 16.27% from 295); Blue value is 104 (41.02% from 255 or 35.25% from 295); Max value from RGB is 143 - color contains mainly: red. Hex color #8F3068 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8F3068 is #70CF97. Grayscale: #525252. Windows color (decimal): -7393176 or 6828175. OLE color: 6828175.

HSL color Cylindrical-coordinate representation of color #8F3068: hue angle of 324.63º degrees, saturation: 0.5, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #8F3068 is Cyan = 0, Magento = 0.66, Yellow = 0.27 and Black (K on CMYK) = 0.44.

Color convert

RGB14348104-
CMYK00.660.270.44
HSL324.63º49.74%37.45%-
HSV(B)324.63º66.43%56.08%-
XYZ14.888.9514.04-
YUV82.79139.97170.95-

RGB Variations

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

RGB

RED value IS 143 (56.25% from 255) = 48.47%
GREEN value IS 48 (19.14% from 255) = 16.27%
BLUE value IS 104 (41.02% from 255) = 35.25%
R=48.47%
G=16.27%
B=35.25%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.66
Y (Yellow) values IS 0.27
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal1434810400.660.270.44324.6349.7437.45
Hex8F30680421B2C1453225
Octal21760150010233545056245
Binary1000111111000011010000100001011011101100101000101110010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8F3068

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(143,48,104); }

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

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

 a { background-color: rgb(143,48,104); }

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

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

 span { border-color: rgb(143,48,104); }

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