#836284

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

Shades of Trendy Pink #836284

Tints of Trendy Pink #836284

Color information

#836284 (or 0x836284) is unknown color: approx Trendy Pink. HEX triplet: 83, 62 and 84. RGB value is (131,98,132). Sum of RGB (Red+Green+Blue) = 131+98+132=361 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.29% from 361); Green value is 98 (38.67% from 255 or 27.15% from 361); Blue value is 132 (51.95% from 255 or 36.57% from 361); Max value from RGB is 132 - color contains mainly: blue. Hex color #836284 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836284 is #7C9D7B. Grayscale: #6F6F6F. Windows color (decimal): -8166780 or 8675971. OLE color: 8675971.

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

Color convert

RGB13198132-
CMYK0.010.2600.48
HSL298.24º14.78%45.1%-
HSV(B)298.24º25.76%51.76%-
XYZ17.8915.2323.83-
YUV111.74139.43141.74-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 36.29%
GREEN value IS 98 (38.67% from 255) = 27.15%
BLUE value IS 132 (51.95% from 255) = 36.57%
R=36.29%
G=27.15%
B=36.57%

CMYK

C (Cyan) values IS 0.01
M (Magenta) values IS 0.26
Y (Yellow) values IS 0
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal131981320.010.2600.48298.2414.7845.1
Hex83628411A03012af2d
Octal2031422041320604521755
Binary1000001111000101000010011101001100001001010101111101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836284

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836284; }

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

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

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

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

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

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

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

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