#834683

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

Shades of Trendy Pink #834683

Tints of Trendy Pink #834683

Color information

#834683 (or 0x834683) is unknown color: approx Trendy Pink. HEX triplet: 83, 46 and 83. RGB value is (131,70,131). Sum of RGB (Red+Green+Blue) = 131+70+131=332 (43% of max value = 765). Red value is 131 (51.56% from 255 or 39.46% from 332); Green value is 70 (27.73% from 255 or 21.08% from 332); Blue value is 131 (51.56% from 255 or 39.46% from 332); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #834683 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #834683 is #7CB97C. Grayscale: #5F5F5F. Windows color (decimal): -8173949 or 8603267. OLE color: 8603267.

HSL color Cylindrical-coordinate representation of color #834683: hue angle of 300º degrees, saturation: 0.3, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #834683 is Cyan = 0, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB13170131-
CMYK00.4700.49
HSL300º30.35%39.41%-
HSV(B)300º46.56%51.37%-
XYZ15.6510.8422.74-
YUV95.19148.21153.54-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 39.46%
GREEN value IS 70 (27.73% from 255) = 21.08%
BLUE value IS 131 (51.56% from 255) = 39.46%
R=39.46%
G=21.08%
B=39.46%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal1317013100.4700.4930030.3539.41
Hex83468302F03112c1e27
Octal2031062030570614543647
Binary100000111000110100000110101111011000110010110011110100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #834683

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #834683; }

 p { color: rgb(131,70,131); }

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

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

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

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

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

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

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