Html Css Color HEX #836386 Trendy Pink

📋 copy color: '#836386'

red 131 ◦ green 99 ◦ blue 134

#836386
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Trendy Pink #836386

Tints of Trendy Pink #836386

RGB

 RED value IS 131 (51.56% from 255) = 35.99%

 GREEN value IS 99 (39.06% from 255) = 27.2%

 BLUE value IS 134 (52.73% from 255) = 36.81%

R = 35.99%
G = 27.2%
B = 36.81%

CMYK

 C value IS 0.02

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836386 (or 0x836386) is known color: Trendy Pink. HEX triplet: 83, 63 and 86. RGB value is (131,99,134). Sum of RGB (Red+Green+Blue) = 131+99+134=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 99 (39.06% from 255 or 27.20% from 364); Blue value is 134 (52.73% from 255 or 36.81% from 364); Max value from RGB is 134 - color contains mainly: blue. Hex color #836386 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836386 is #7C9C79. Grayscale: #707070. Windows color (decimal): -8166522 or 8807299. OLE color: 8807299.

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

Color convert

RGB 131 99 134 -
CMYK 0.02 0.26 0 0.47
HSL 294.86º 0.15% 0.46% -
HSV(B) 294.86º 0.26% 0.53% -
XYZ 18.12 15.47 24.59 -
YUV 112.56 140.1 141.15 -
System Red Green Blue C M Y K H S L
Decimal 131 99 134 0.02 0.26 0 0.47 294.86 0.15 0.46
Hex 83 63 86 2 1A 0 2F 127 F 2E
Octal 203 143 206 2 32 0 57 447 17 56
Binary 10000011 1100011 10000110 10 11010 0 101111 100100111 1111 101110

Color Harmonies of #836386

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836386

Black with #836386

Text Example


Text Example

White with #836386

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836386; }

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

 H1.HeaderClassName
 {
   color: #836386;
 }
 .AnyTagClassName
 {
   color: #836386;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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