Html Css Color HEX #836683 Trendy Pink

📋 copy color: '#836683'

red 131 ◦ green 102 ◦ blue 131

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

Shades of Trendy Pink #836683

Tints of Trendy Pink #836683

RGB

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

 GREEN value IS 102 (40.23% from 255) = 28.02%

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

R = 35.99%
G = 28.02%
B = 35.99%

CMYK

 C value IS 0

 M value IS 0.22

 Y value IS 0

 K value IS 0.49

RGB Variations

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

Color information

#836683 (or 0x836683) is known color: Trendy Pink. HEX triplet: 83, 66 and 83. RGB value is (131,102,131). Sum of RGB (Red+Green+Blue) = 131+102+131=364 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.99% from 364); Green value is 102 (40.23% from 255 or 28.02% from 364); Blue value is 131 (51.56% from 255 or 35.99% from 364); Max value from RGB is 131 - color contains mainly: red, blue. Hex color #836683 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836683 is #7C997C. Grayscale: #717171. Windows color (decimal): -8165757 or 8611459. OLE color: 8611459.

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

Color convert

RGB 131 102 131 -
CMYK 0 0.22 0 0.49
HSL 300º 0.12% 0.46% -
HSV(B) 300º 0.22% 0.51% -
XYZ 18.21 15.97 23.59 -
YUV 113.98 137.61 140.14 -
System Red Green Blue C M Y K H S L
Decimal 131 102 131 0 0.22 0 0.49 300 0.12 0.46
Hex 83 66 83 0 16 0 31 12C C 2E
Octal 203 146 203 0 26 0 61 454 14 56
Binary 10000011 1100110 10000011 0 10110 0 110001 100101100 1100 101110

Color Harmonies of #836683

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836683

Black with #836683

Text Example


Text Example

White with #836683

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836683; }

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

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

background-color css

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

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

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

border-color css

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

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

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