Html Css Color HEX #836288 Trendy Pink

📋 copy color: '#836288'

red 131 ◦ green 98 ◦ blue 136

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

Shades of Trendy Pink #836288

Tints of Trendy Pink #836288

RGB

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

 GREEN value IS 98 (38.67% from 255) = 26.85%

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

R = 35.89%
G = 26.85%
B = 37.26%

CMYK

 C value IS 0.04

 M value IS 0.28

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#836288 (or 0x836288) is known color: Trendy Pink. HEX triplet: 83, 62 and 88. RGB value is (131,98,136). Sum of RGB (Red+Green+Blue) = 131+98+136=365 (48% of max value = 765). Red value is 131 (51.56% from 255 or 35.89% from 365); Green value is 98 (38.67% from 255 or 26.85% from 365); Blue value is 136 (53.52% from 255 or 37.26% from 365); Max value from RGB is 136 - color contains mainly: blue. Hex color #836288 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836288 is #7C9D77. Grayscale: #707070. Windows color (decimal): -8166776 or 8938115. OLE color: 8938115.

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

Color convert

RGB 131 98 136 -
CMYK 0.04 0.28 0 0.47
HSL 292.11º 0.16% 0.46% -
HSV(B) 292.11º 0.28% 0.53% -
XYZ 18.17 15.34 25.3 -
YUV 112.2 141.43 141.41 -
System Red Green Blue C M Y K H S L
Decimal 131 98 136 0.04 0.28 0 0.47 292.11 0.16 0.46
Hex 83 62 88 4 1C 0 2F 124 10 2E
Octal 203 142 210 4 34 0 57 444 20 56
Binary 10000011 1100010 10001000 100 11100 0 101111 100100100 10000 101110

Color Harmonies of #836288

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836288

Black with #836288

Text Example


Text Example

White with #836288

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836288; }

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

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

background-color css

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

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

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

border-color css

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

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

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