#834884

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

Shades of Trendy Pink #834884

Tints of Trendy Pink #834884

Color information

#834884 (or 0x834884) is unknown color: approx Trendy Pink. HEX triplet: 83, 48 and 84. RGB value is (131,72,132). Sum of RGB (Red+Green+Blue) = 131+72+132=335 (44% of max value = 765). Red value is 131 (51.56% from 255 or 39.10% from 335); Green value is 72 (28.52% from 255 or 21.49% from 335); Blue value is 132 (51.95% from 255 or 39.40% from 335); Max value from RGB is 132 - color contains mainly: blue. Hex color #834884 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834884 is #7CB77B. Grayscale: #606060. Windows color (decimal): -8173436 or 8669315. OLE color: 8669315.

HSL color Cylindrical-coordinate representation of color #834884: hue angle of 299º degrees, saturation: 0.29, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #834884 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13172132-
CMYK0.010.4500.48
HSL299º29.41%40%-
HSV(B)299º45.45%51.76%-
XYZ15.8411.1323.14-
YUV96.48148.05152.62-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.10%
GREEN value IS 72 (28.52% from 255) = 21.49%
BLUE value IS 132 (51.95% from 255) = 39.40%
R=39.10%
G=21.49%
B=39.40%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131721320.010.4500.4829929.4140
Hex83488412D03012b1d28
Octal2031102041550604533550
Binary100000111001000100001001101101011000010010101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834884; }

 p { color: rgb(131,72,132); }

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

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

 a { background-color: rgb(131,72,132); }

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

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

 span { border-color: rgb(131,72,132); }

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