#8B315D

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

Shades of Rose Bud Cherry #8B315D

Tints of Rose Bud Cherry #8B315D

Color information

#8B315D (or 0x8B315D) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 31 and 5D. RGB value is (139,49,93). Sum of RGB (Red+Green+Blue) = 139+49+93=281 (37% of max value = 765). Red value is 139 (54.69% from 255 or 49.47% from 281); Green value is 49 (19.53% from 255 or 17.44% from 281); Blue value is 93 (36.72% from 255 or 33.10% from 281); Max value from RGB is 139 - color contains mainly: red. Hex color #8B315D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8B315D is #74CEA2. Grayscale: #505050. Windows color (decimal): -7655075 or 6107531. OLE color: 6107531.

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

Color convert

RGB1394993-
CMYK00.650.330.45
HSL330.67º47.87%36.86%-
HSV(B)330.67º64.75%54.51%-
XYZ13.728.4811.27-
YUV80.93134.82169.42-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 49.47%
GREEN value IS 49 (19.53% from 255) = 17.44%
BLUE value IS 93 (36.72% from 255) = 33.10%
R=49.47%
G=17.44%
B=33.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.65
Y (Yellow) values IS 0.33
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139499300.650.330.45330.6747.8736.86
Hex8B315D041212D14b3025
Octal21361135010141555136045
Binary10001011110001101110101000001100001101101101001011110000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B315D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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