#836388

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

Shades of Trendy Pink #836388

Tints of Trendy Pink #836388

Color information

#836388 (or 0x836388) is unknown color: approx Trendy Pink. HEX triplet: 83, 63 and 88. RGB value is (131,99,136). Sum of RGB (Red+Green+Blue) = 131+99+136=366 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.79% from 366); Green value is 99 (39.06% from 255 or 27.05% from 366); Blue value is 136 (53.52% from 255 or 37.16% from 366); Max value from RGB is 136 - color contains mainly: blue. Hex color #836388 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836388 is #7C9C77. Grayscale: #707070. Windows color (decimal): -8166520 or 8938371. OLE color: 8938371.

HSL color Cylindrical-coordinate representation of color #836388: hue angle of 291.89º degrees, saturation: 0.16, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.27%. Process color model (Four color, CMYK) of #836388 is Cyan = 0.04, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB13199136-
CMYK0.040.2700.47
HSL291.89º15.74%46.08%-
HSV(B)291.89º27.21%53.33%-
XYZ18.2715.5325.33-
YUV112.79141.1140.99-

RGB Variations

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

RGB

RED value IS 131 (51.56% from 255) = 35.79%
GREEN value IS 99 (39.06% from 255) = 27.05%
BLUE value IS 136 (53.52% from 255) = 37.16%
R=35.79%
G=27.05%
B=37.16%

CMYK

C (Cyan) values IS 0.04
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal131991360.040.2700.47291.8915.7446.08
Hex83638841B02F124102e
Octal2031432104330574442056
Binary1000001111000111000100010011011010111110010010010000101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #836388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #836388; }

 p { color: rgb(131,99,136); }

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

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

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

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

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

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

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