#8B205D

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

Shades of Rose Bud Cherry #8B205D

Tints of Rose Bud Cherry #8B205D

Color information

#8B205D (or 0x8B205D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 20 and 5D. RGB value is (139,32,93). Sum of RGB (Red+Green+Blue) = 139+32+93=264 (34% of max value = 765). Red value is 139 (54.69% from 255 or 52.65% from 264); Green value is 32 (12.89% from 255 or 12.12% from 264); Blue value is 93 (36.72% from 255 or 35.23% from 264); Max value from RGB is 139 - color contains mainly: red. Hex color #8B205D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B205D is #74DFA2. Grayscale: #464646. Windows color (decimal): -7659427 or 6103179. OLE color: 6103179.

HSL color Cylindrical-coordinate representation of color #8B205D: hue angle of 325.79º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8B205D is Cyan = 0, Magento = 0.77, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB1393293-
CMYK00.770.330.45
HSL325.79º62.57%33.53%-
HSV(B)325.79º76.98%54.51%-
XYZ13.147.3111.07-
YUV70.95140.45176.54-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 52.65%
GREEN value IS 32 (12.89% from 255) = 12.12%
BLUE value IS 93 (36.72% from 255) = 35.23%
R=52.65%
G=12.12%
B=35.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139329300.770.330.45325.7962.5733.53
Hex8B205D04D212D1463f22
Octal21340135011541555067742
Binary10001011100000101110101001101100001101101101000110111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,32,93); }

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

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

 a { background-color: rgb(139,32,93); }

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

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

 span { border-color: rgb(139,32,93); }

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