#8B536E

Color #8B536E Cannon Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cannon Pink #8B536E

Tints of Cannon Pink #8B536E

Color information

#8B536E (or 0x8B536E) is unknown color: approx Cannon Pink. HEX triplet: 8B, 53 and 6E. RGB value is (139,83,110). Sum of RGB (Red+Green+Blue) = 139+83+110=332 (43% of max value = 765). Red value is 139 (54.69% from 255 or 41.87% from 332); Green value is 83 (32.81% from 255 or 25% from 332); Blue value is 110 (43.36% from 255 or 33.13% from 332); Max value from RGB is 139 - color contains mainly: red. Hex color #8B536E is not a web safe color. Web safe color analog (approx): #996666. Inversed color of #8B536E is #74AC91. Grayscale: #666666. Windows color (decimal): -7646354 or 7230347. OLE color: 7230347.

HSL color Cylindrical-coordinate representation of color #8B536E: hue angle of 331.07º degrees, saturation: 0.25, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #8B536E is Cyan = 0, Magento = 0.40, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB13983110-
CMYK00.400.210.45
HSL331.07º25.23%43.53%-
HSV(B)331.07º40.29%54.51%-
XYZ16.5612.816.35-
YUV102.82132.05153.8-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 41.87%
GREEN value IS 83 (32.81% from 255) = 25%
BLUE value IS 110 (43.36% from 255) = 33.13%
R=41.87%
G=25%
B=33.13%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.40
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1398311000.400.210.45331.0725.2343.53
Hex8B536E028152D14b192c
Octal21312315605025555133154
Binary100010111010011110111001010001010110110110100101111001101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B536E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,83,110); }

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

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

 a { background-color: rgb(139,83,110); }

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

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

 span { border-color: rgb(139,83,110); }

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