#834986

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

Shades of Trendy Pink #834986

Tints of Trendy Pink #834986

Color information

#834986 (or 0x834986) is unknown color: approx Trendy Pink. HEX triplet: 83, 49 and 86. RGB value is (131,73,134). Sum of RGB (Red+Green+Blue) = 131+73+134=338 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.76% from 338); Green value is 73 (28.91% from 255 or 21.60% from 338); Blue value is 134 (52.73% from 255 or 39.64% from 338); Max value from RGB is 134 - color contains mainly: blue. Hex color #834986 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834986 is #7CB679. Grayscale: #616161. Windows color (decimal): -8173178 or 8800643. OLE color: 8800643.

HSL color Cylindrical-coordinate representation of color #834986: hue angle of 297.05º degrees, saturation: 0.29, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #834986 is Cyan = 0.02, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13173134-
CMYK0.020.4600.47
HSL297.05º29.47%40.59%-
HSV(B)297.05º45.52%52.55%-
XYZ16.0511.3123.89-
YUV97.3148.72152.04-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.76%
GREEN value IS 73 (28.91% from 255) = 21.60%
BLUE value IS 134 (52.73% from 255) = 39.64%
R=38.76%
G=21.60%
B=39.64%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131731340.020.4600.47297.0529.4740.59
Hex83498622E02F1291d29
Octal2031112062560574513551
Binary1000001110010011000011010101110010111110010100111101101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834986

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834986; }

 p { color: rgb(131,73,134); }

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

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

 a { background-color: rgb(131,73,134); }

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

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

 span { border-color: rgb(131,73,134); }

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