#83668C

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

Shades of Trendy Pink #83668C

Tints of Trendy Pink #83668C

Color information

#83668C (or 0x83668C) is unknown color: approx Trendy Pink. HEX triplet: 83, 66 and 8C. RGB value is (131,102,140). Sum of RGB (Red+Green+Blue) = 131+102+140=373 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.12% from 373); Green value is 102 (40.23% from 255 or 27.35% from 373); Blue value is 140 (55.08% from 255 or 37.53% from 373); Max value from RGB is 140 - color contains mainly: blue. Hex color #83668C is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #83668C is #7C9973. Grayscale: #727272. Windows color (decimal): -8165748 or 9201283. OLE color: 9201283.

HSL color Cylindrical-coordinate representation of color #83668C: hue angle of 285.79º degrees, saturation: 0.16, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #83668C is Cyan = 0.06, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB131102140-
CMYK0.060.2700.45
HSL285.79º15.7%47.45%-
HSV(B)285.79º27.14%54.9%-
XYZ18.8516.2226.95-
YUV115142.11139.41-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.12%
GREEN value IS 102 (40.23% from 255) = 27.35%
BLUE value IS 140 (55.08% from 255) = 37.53%
R=35.12%
G=27.35%
B=37.53%

CMYK

C (Cyan) values IS 0.06
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1311021400.060.2700.45285.7915.747.45
Hex83668C61B02D11e102f
Octal2031462146330554362057
Binary1000001111001101000110011011011010110110001111010000101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #83668C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #83668C; }

 p { color: rgb(131,102,140); }

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

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

 a { background-color: rgb(131,102,140); }

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

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

 span { border-color: rgb(131,102,140); }

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