#83558A

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

Shades of Trendy Pink #83558A

Tints of Trendy Pink #83558A

Color information

#83558A (or 0x83558A) is unknown color: approx Trendy Pink. HEX triplet: 83, 55 and 8A. RGB value is (131,85,138). Sum of RGB (Red+Green+Blue) = 131+85+138=354 (46% of max value = 765). Red value is 131 (51.56% from 255 or 37.01% from 354); Green value is 85 (33.59% from 255 or 24.01% from 354); Blue value is 138 (54.30% from 255 or 38.98% from 354); Max value from RGB is 138 - color contains mainly: blue. Hex color #83558A is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83558A is #7CAA75. Grayscale: #686868. Windows color (decimal): -8170102 or 9065859. OLE color: 9065859.

HSL color Cylindrical-coordinate representation of color #83558A: hue angle of 292.08º degrees, saturation: 0.24, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #83558A is Cyan = 0.05, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB13185138-
CMYK0.050.3800.46
HSL292.08º23.77%43.73%-
HSV(B)292.08º38.41%54.12%-
XYZ17.213.1625.68-
YUV104.8146.74146.69-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 37.01%
GREEN value IS 85 (33.59% from 255) = 24.01%
BLUE value IS 138 (54.30% from 255) = 38.98%
R=37.01%
G=24.01%
B=38.98%

CMYK

C (Cyan) values IS 0.05
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal131851380.050.3800.46292.0823.7743.73
Hex83558A52602E124182c
Octal2031252125460564443054
Binary10000011101010110001010101100110010111010010010011000101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83558A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83558A; }

 p { color: rgb(131,85,138); }

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

<style>
 a { background-color: #83558A; }

 a { background-color: rgb(131,85,138); }

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

<style>
 span { border-color: #83558A; }

 span { border-color: rgb(131,85,138); }

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