Html Css Color HEX #836689 Trendy Pink

📋 copy color: '#836689'

red 131 ◦ green 102 ◦ blue 137

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

Shades of Trendy Pink #836689

Tints of Trendy Pink #836689

RGB

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

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

 BLUE value IS 137 (53.91% from 255) = 37.03%

R = 35.41%
G = 27.57%
B = 37.03%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#836689 (or 0x836689) is known color: Trendy Pink. HEX triplet: 83, 66 and 89. RGB value is (131,102,137). Sum of RGB (Red+Green+Blue) = 131+102+137=370 (49% of max value = 765). Red value is 131 (51.56% from 255 or 35.41% from 370); Green value is 102 (40.23% from 255 or 27.57% from 370); Blue value is 137 (53.91% from 255 or 37.03% from 370); Max value from RGB is 137 - color contains mainly: blue. Hex color #836689 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836689 is #7C9976. Grayscale: #727272. Windows color (decimal): -8165751 or 9004675. OLE color: 9004675.

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

Color convert

RGB 131 102 137 -
CMYK 0.04 0.26 0 0.46
HSL 289.71º 0.15% 0.47% -
HSV(B) 289.71º 0.26% 0.54% -
XYZ 18.63 16.13 25.8 -
YUV 114.66 140.61 139.65 -
System Red Green Blue C M Y K H S L
Decimal 131 102 137 0.04 0.26 0 0.46 289.71 0.15 0.47
Hex 83 66 89 4 1A 0 2E 122 F 2F
Octal 203 146 211 4 32 0 56 442 17 57
Binary 10000011 1100110 10001001 100 11010 0 101110 100100010 1111 101111

Color Harmonies of #836689

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836689

Black with #836689

Text Example


Text Example

White with #836689

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836689; }

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

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

background-color css

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

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

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

border-color css

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

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

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