Html Css Color HEX #836588 Trendy Pink

📋 copy color: '#836588'

red 131 ◦ green 101 ◦ blue 136

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

Shades of Trendy Pink #836588

Tints of Trendy Pink #836588

RGB

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

 GREEN value IS 101 (39.84% from 255) = 27.45%

 BLUE value IS 136 (53.52% from 255) = 36.96%

R = 35.6%
G = 27.45%
B = 36.96%

CMYK

 C value IS 0.04

 M value IS 0.26

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836588 (or 0x836588) is known color: Trendy Pink. HEX triplet: 83, 65 and 88. RGB value is (131,101,136). Sum of RGB (Red+Green+Blue) = 131+101+136=368 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.60% from 368); Green value is 101 (39.84% from 255 or 27.45% from 368); Blue value is 136 (53.52% from 255 or 36.96% from 368); Max value from RGB is 136 - color contains mainly: blue. Hex color #836588 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836588 is #7C9A77. Grayscale: #717171. Windows color (decimal): -8166008 or 8938883. OLE color: 8938883.

HSL color Cylindrical-coordinate representation of color #836588: hue angle of 291.43º 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 #836588 is Cyan = 0.04, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 131 101 136 -
CMYK 0.04 0.26 0 0.47
HSL 291.43º 0.15% 0.46% -
HSV(B) 291.43º 0.26% 0.53% -
XYZ 18.46 15.91 25.39 -
YUV 113.96 140.44 140.15 -
System Red Green Blue C M Y K H S L
Decimal 131 101 136 0.04 0.26 0 0.47 291.43 0.15 0.46
Hex 83 65 88 4 1A 0 2F 123 F 2E
Octal 203 145 210 4 32 0 57 443 17 56
Binary 10000011 1100101 10001000 100 11010 0 101111 100100011 1111 101110

Color Harmonies of #836588

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836588

Black with #836588

Text Example


Text Example

White with #836588

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836588; }

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

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

background-color css

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

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

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

border-color css

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

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

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