Html Css Color HEX #836384 Trendy Pink

📋 copy color: '#836384'

red 131 ◦ green 99 ◦ blue 132

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

Shades of Trendy Pink #836384

Tints of Trendy Pink #836384

RGB

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

 GREEN value IS 99 (39.06% from 255) = 27.35%

 BLUE value IS 132 (51.95% from 255) = 36.46%

R = 36.19%
G = 27.35%
B = 36.46%

CMYK

 C value IS 0.01

 M value IS 0.25

 Y value IS 0

 K value IS 0.48

RGB Variations

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

Color information

#836384 (or 0x836384) is known color: Trendy Pink. HEX triplet: 83, 63 and 84. RGB value is (131,99,132). Sum of RGB (Red+Green+Blue) = 131+99+132=362 (47% of max value = 765). Red value is 131 (51.56% from 255 or 36.19% from 362); Green value is 99 (39.06% from 255 or 27.35% from 362); Blue value is 132 (51.95% from 255 or 36.46% from 362); Max value from RGB is 132 - color contains mainly: blue. Hex color #836384 is not a web safe color. Web safe color analog (approx): #996699. Inversed color of #836384 is #7C9C7B. Grayscale: #707070. Windows color (decimal): -8166524 or 8676227. OLE color: 8676227.

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

Color convert

RGB 131 99 132 -
CMYK 0.01 0.25 0 0.48
HSL 298.18º 0.14% 0.45% -
HSV(B) 298.18º 0.25% 0.52% -
XYZ 17.99 15.41 23.86 -
YUV 112.33 139.1 141.32 -
System Red Green Blue C M Y K H S L
Decimal 131 99 132 0.01 0.25 0 0.48 298.18 0.14 0.45
Hex 83 63 84 1 19 0 30 12A E 2D
Octal 203 143 204 1 31 0 60 452 16 55
Binary 10000011 1100011 10000100 1 11001 0 110000 100101010 1110 101101

Color Harmonies of #836384

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836384

Black with #836384

Text Example


Text Example

White with #836384

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836384; }

 p { color: rgb(131,99,132); }

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

background-color css

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

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

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

border-color css

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

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

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