Html Css Color HEX #836BDC Medium Purple

📋 copy color: '#836BDC'

red 131 ◦ green 107 ◦ blue 220

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

Shades of Medium Purple #836BDC

Tints of Medium Purple #836BDC

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.36%

 BLUE value IS 220 (86.33% from 255) = 48.03%

R = 28.6%
G = 23.36%
B = 48.03%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#836BDC (or 0x836BDC) is known color: Medium Purple. HEX triplet: 83, 6B and DC. RGB value is (131,107,220). Sum of RGB (Red+Green+Blue) = 131+107+220=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 107 (42.19% from 255 or 23.36% from 458); Blue value is 220 (86.33% from 255 or 48.03% from 458); Max value from RGB is 220 - color contains mainly: blue. Hex color #836BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BDC is #7C9423. Grayscale: #7E7E7E. Windows color (decimal): -8164388 or 14445443. OLE color: 14445443.

HSL color Cylindrical-coordinate representation of color #836BDC: hue angle of 252.74º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #836BDC is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 107 220 -
CMYK 0.40 0.51 0 0.14
HSL 252.74º 0.62% 0.64% -
HSV(B) 252.74º 0.51% 0.86% -
XYZ 27.54 20.51 70.22 -
YUV 127.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 131 107 220 0.40 0.51 0 0.14 252.74 0.62 0.64
Hex 83 6B DC 28 33 0 E FD 3E 40
Octal 203 153 334 50 63 0 16 375 76 100
Binary 10000011 1101011 11011100 101000 110011 0 1110 11111101 111110 1000000

Color Harmonies of #836BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BDC

Black with #836BDC

Text Example


Text Example

White with #836BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #836BDC; }

 p { color: rgb(131,107,220); }

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

background-color css

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

 a { background-color: rgb(131,107,220); }

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

border-color css

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

 span { border-color: rgb(131,107,220); }

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