#8B124E

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

Shades of Rose Bud Cherry #8B124E

Tints of Rose Bud Cherry #8B124E

Color information

#8B124E (or 0x8B124E) is unknown color: approx Rose Bud Cherry. HEX triplet: 8B, 12 and 4E. RGB value is (139,18,78). Sum of RGB (Red+Green+Blue) = 139+18+78=235 (31% of max value = 765). Red value is 139 (54.69% from 255 or 59.15% from 235); Green value is 18 (7.42% from 255 or 7.66% from 235); Blue value is 78 (30.86% from 255 or 33.19% from 235); Max value from RGB is 139 - color contains mainly: red. Hex color #8B124E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8B124E is #74EDB1. Grayscale: #3C3C3C. Windows color (decimal): -7663026 or 5116555. OLE color: 5116555.

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

Color convert

RGB1391878-
CMYK00.870.440.45
HSL330.25º77.07%30.78%-
HSV(B)330.25º87.05%54.51%-
XYZ12.246.477.81-
YUV61.02137.59183.62-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 59.15%
GREEN value IS 18 (7.42% from 255) = 7.66%
BLUE value IS 78 (30.86% from 255) = 33.19%
R=59.15%
G=7.66%
B=33.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.44
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139187800.870.440.45330.2577.0730.78
Hex8B124E0572C2D14a4d1f
Octal213221160127545551211537
Binary1000101110010100111001010111101100101101101001010100110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B124E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,18,78); }

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

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

 a { background-color: rgb(139,18,78); }

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

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

 span { border-color: rgb(139,18,78); }

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