#834984

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

Shades of Trendy Pink #834984

Tints of Trendy Pink #834984

Color information

#834984 (or 0x834984) is unknown color: approx Trendy Pink. HEX triplet: 83, 49 and 84. RGB value is (131,73,132). Sum of RGB (Red+Green+Blue) = 131+73+132=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 73 (28.91% from 255 or 21.73% from 336); Blue value is 132 (51.95% from 255 or 39.29% from 336); Max value from RGB is 132 - color contains mainly: blue. Hex color #834984 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834984 is #7CB67B. Grayscale: #606060. Windows color (decimal): -8173180 or 8669571. OLE color: 8669571.

HSL color Cylindrical-coordinate representation of color #834984: hue angle of 298.98º 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 #834984 is Cyan = 0.01, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB13173132-
CMYK0.010.4500.48
HSL298.98º28.78%40.2%-
HSV(B)298.98º44.7%51.76%-
XYZ15.9111.2623.16-
YUV97.07147.72152.2-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 73 (28.91% from 255) = 21.73%
BLUE value IS 132 (51.95% from 255) = 39.29%
R=38.99%
G=21.73%
B=39.29%

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
Decimal131731320.010.4500.48298.9828.7840.2
Hex83498412D03012b1d28
Octal2031112041550604533550
Binary100000111001001100001001101101011000010010101111101101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834984; }

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

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

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

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

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

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

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

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