#8B638A

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

Shades of Trendy Pink #8B638A

Tints of Trendy Pink #8B638A

Color information

#8B638A (or 0x8B638A) is unknown color: approx Trendy Pink. HEX triplet: 8B, 63 and 8A. RGB value is (139,99,138). Sum of RGB (Red+Green+Blue) = 139+99+138=376 (49% of max value = 765). Red value is 139 (54.69% from 255 or 36.97% from 376); Green value is 99 (39.06% from 255 or 26.33% from 376); Blue value is 138 (54.30% from 255 or 36.70% from 376); Max value from RGB is 139 - color contains mainly: red. Hex color #8B638A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B638A is #749C75. Grayscale: #737373. Windows color (decimal): -7642230 or 9069451. OLE color: 9069451.

HSL color Cylindrical-coordinate representation of color #8B638A: hue angle of 301.5º degrees, saturation: 0.17, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.29%. Process color model (Four color, CMYK) of #8B638A is Cyan = 0, Magento = 0.29, Yellow = 0.01 and Black (K on CMYK) = 0.45.

Color convert

RGB13999138-
CMYK00.290.010.45
HSL301.5º16.81%46.67%-
HSV(B)301.5º28.78%54.51%-
XYZ19.716.2526.14-
YUV115.41140.75144.83-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 36.97%
GREEN value IS 99 (39.06% from 255) = 26.33%
BLUE value IS 138 (54.30% from 255) = 36.70%
R=36.97%
G=26.33%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.01
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1399913800.290.010.45301.516.8146.67
Hex8B638A01D12D12e112f
Octal2131432120351554562157
Binary10001011110001110001010011101110110110010111010001101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B638A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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