#8A3C63

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

Shades of Rose Bud Cherry #8A3C63

Tints of Rose Bud Cherry #8A3C63

Color information

#8A3C63 (or 0x8A3C63) is unknown color: approx Rose Bud Cherry. HEX triplet: 8A, 3C and 63. RGB value is (138,60,99). Sum of RGB (Red+Green+Blue) = 138+60+99=297 (39% of max value = 765). Red value is 138 (54.30% from 255 or 46.46% from 297); Green value is 60 (23.83% from 255 or 20.20% from 297); Blue value is 99 (39.06% from 255 or 33.33% from 297); Max value from RGB is 138 - color contains mainly: red. Hex color #8A3C63 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8A3C63 is #75C39C. Grayscale: #575757. Windows color (decimal): -7717789 or 6503562. OLE color: 6503562.

HSL color Cylindrical-coordinate representation of color #8A3C63: hue angle of 330º degrees, saturation: 0.39, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8A3C63 is Cyan = 0, Magento = 0.57, Yellow = 0.28 and Black (K on CMYK) = 0.46.

Color convert

RGB1386099-
CMYK00.570.280.46
HSL330º39.39%38.82%-
HSV(B)330º56.52%54.12%-
XYZ14.359.5412.89-
YUV87.77134.34163.83-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 46.46%
GREEN value IS 60 (23.83% from 255) = 20.20%
BLUE value IS 99 (39.06% from 255) = 33.33%
R=46.46%
G=20.20%
B=33.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.57
Y (Yellow) values IS 0.28
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal138609900.570.280.4633039.3938.82
Hex8A3C630391C2E14a2727
Octal2127414307134565124747
Binary100010101111001100011011100111100101110101001010100111100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A3C63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,60,99); }

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

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

 a { background-color: rgb(138,60,99); }

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

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

 span { border-color: rgb(138,60,99); }

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