#8B5294

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

Shades of Trendy Pink #8B5294

Tints of Trendy Pink #8B5294

Color information

#8B5294 (or 0x8B5294) is unknown color: approx Trendy Pink. HEX triplet: 8B, 52 and 94. RGB value is (139,82,148). Sum of RGB (Red+Green+Blue) = 139+82+148=369 (48% of max value = 765). Red value is 139 (54.69% from 255 or 37.67% from 369); Green value is 82 (32.42% from 255 or 22.22% from 369); Blue value is 148 (58.20% from 255 or 40.11% from 369); Max value from RGB is 148 - color contains mainly: blue. Hex color #8B5294 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B5294 is #74AD6B. Grayscale: #6A6A6A. Windows color (decimal): -7646572 or 9720459. OLE color: 9720459.

HSL color Cylindrical-coordinate representation of color #8B5294: hue angle of 291.82º degrees, saturation: 0.29, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #8B5294 is Cyan = 0.06, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB13982148-
CMYK0.060.4500.42
HSL291.82º28.7%45.1%-
HSV(B)291.82º44.59%58.04%-
XYZ19.0113.6629.65-
YUV106.57151.38151.13-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.67%
GREEN value IS 82 (32.42% from 255) = 22.22%
BLUE value IS 148 (58.20% from 255) = 40.11%
R=37.67%
G=22.22%
B=40.11%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal139821480.060.4500.42291.8228.745.1
Hex8B529462D02A1241d2d
Octal2131222246550524443555
Binary10001011101001010010100110101101010101010010010011101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B5294

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,82,148); }

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

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

 a { background-color: rgb(139,82,148); }

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

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

 span { border-color: rgb(139,82,148); }

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