Html Css Color HEX #836585 Trendy Pink

📋 copy color: '#836585'

red 131 ◦ green 101 ◦ blue 133

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

Shades of Trendy Pink #836585

Tints of Trendy Pink #836585

RGB

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

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

 BLUE value IS 133 (52.34% from 255) = 36.44%

R = 35.89%
G = 27.67%
B = 36.44%

CMYK

 C value IS 0.02

 M value IS 0.24

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836585 (or 0x836585) is known color: Trendy Pink. HEX triplet: 83, 65 and 85. RGB value is (131,101,133). Sum of RGB (Red+Green+Blue) = 131+101+133=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 101 (39.84% from 255 or 27.67% from 365); Blue value is 133 (52.34% from 255 or 36.44% from 365); Max value from RGB is 133 - color contains mainly: blue. Hex color #836585 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836585 is #7C9A7A. Grayscale: #717171. Windows color (decimal): -8166011 or 8742275. OLE color: 8742275.

HSL color Cylindrical-coordinate representation of color #836585: hue angle of 296.25º degrees, saturation: 0.14, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.24%. Process color model (Four color, CMYK) of #836585 is Cyan = 0.02, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.48.

Color convert

RGB 131 101 133 -
CMYK 0.02 0.24 0 0.48
HSL 296.25º 0.14% 0.46% -
HSV(B) 296.25º 0.24% 0.52% -
XYZ 18.25 15.83 24.28 -
YUV 113.62 138.94 140.4 -
System Red Green Blue C M Y K H S L
Decimal 131 101 133 0.02 0.24 0 0.48 296.25 0.14 0.46
Hex 83 65 85 2 18 0 30 128 E 2E
Octal 203 145 205 2 30 0 60 450 16 56
Binary 10000011 1100101 10000101 10 11000 0 110000 100101000 1110 101110

Color Harmonies of #836585

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836585

Black with #836585

Text Example


Text Example

White with #836585

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836585; }

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

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

background-color css

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

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

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

border-color css

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

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

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