#8B608C

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

Shades of Trendy Pink #8B608C

Tints of Trendy Pink #8B608C

Color information

#8B608C (or 0x8B608C) is unknown color: approx Trendy Pink. HEX triplet: 8B, 60 and 8C. RGB value is (139,96,140). Sum of RGB (Red+Green+Blue) = 139+96+140=375 (49% of max value = 765). Red value is 139 (54.69% from 255 or 37.07% from 375); Green value is 96 (37.89% from 255 or 25.6% from 375); Blue value is 140 (55.08% from 255 or 37.33% from 375); Max value from RGB is 140 - color contains mainly: blue. Hex color #8B608C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #8B608C is #749F73. Grayscale: #717171. Windows color (decimal): -7642996 or 9199755. OLE color: 9199755.

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

Color convert

RGB13996140-
CMYK0.010.3100.45
HSL298.64º18.64%46.27%-
HSV(B)298.64º31.43%54.9%-
XYZ19.5615.7526.82-
YUV113.87142.75145.92-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 37.07%
GREEN value IS 96 (37.89% from 255) = 25.6%
BLUE value IS 140 (55.08% from 255) = 37.33%
R=37.07%
G=25.6%
B=37.33%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal139961400.010.3100.45298.6418.6446.27
Hex8B608C11F02D12b132e
Octal2131402141370554532356
Binary10001011110000010001100111111010110110010101110011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B608C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,96,140); }

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

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

 a { background-color: rgb(139,96,140); }

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

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

 span { border-color: rgb(139,96,140); }

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