#834885

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

Shades of Trendy Pink #834885

Tints of Trendy Pink #834885

Color information

#834885 (or 0x834885) is unknown color: approx Trendy Pink. HEX triplet: 83, 48 and 85. RGB value is (131,72,133). Sum of RGB (Red+Green+Blue) = 131+72+133=336 (44% of max value = 765). Red value is 131 (51.56% from 255 or 38.99% from 336); Green value is 72 (28.52% from 255 or 21.43% from 336); Blue value is 133 (52.34% from 255 or 39.58% from 336); Max value from RGB is 133 - color contains mainly: blue. Hex color #834885 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834885 is #7CB77A. Grayscale: #606060. Windows color (decimal): -8173435 or 8734851. OLE color: 8734851.

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

Color convert

RGB13172133-
CMYK0.020.4600.48
HSL298.03º29.76%40.2%-
HSV(B)298.03º45.86%52.16%-
XYZ15.9111.1523.5-
YUV96.6148.55152.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 38.99%
GREEN value IS 72 (28.52% from 255) = 21.43%
BLUE value IS 133 (52.34% from 255) = 39.58%
R=38.99%
G=21.43%
B=39.58%

CMYK

C (Cyan) values IS 0.02
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131721330.020.4600.48298.0329.7640.2
Hex83488522E03012a1e28
Octal2031102052560604523650
Binary1000001110010001000010110101110011000010010101011110101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834885

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834885; }

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

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

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

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

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

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

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

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