Html Css Color HEX #836BDA Medium Purple

📋 copy color: '#836BDA'

red 131 ◦ green 107 ◦ blue 218

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

Shades of Medium Purple #836BDA

Tints of Medium Purple #836BDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 47.81%

R = 28.73%
G = 23.46%
B = 47.81%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#836BDA (or 0x836BDA) is known color: Medium Purple. HEX triplet: 83, 6B and DA. RGB value is (131,107,218). Sum of RGB (Red+Green+Blue) = 131+107+218=456 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.73% from 456); Green value is 107 (42.19% from 255 or 23.46% from 456); Blue value is 218 (85.55% from 255 or 47.81% from 456); Max value from RGB is 218 - color contains mainly: blue. Hex color #836BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BDA is #7C9425. Grayscale: #7E7E7E. Windows color (decimal): -8164390 or 14314371. OLE color: 14314371.

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

Color convert

RGB 131 107 218 -
CMYK 0.40 0.51 0 0.15
HSL 252.97º 0.6% 0.64% -
HSV(B) 252.97º 0.51% 0.85% -
XYZ 27.27 20.4 68.83 -
YUV 126.83 179.45 130.97 -
System Red Green Blue C M Y K H S L
Decimal 131 107 218 0.40 0.51 0 0.15 252.97 0.6 0.64
Hex 83 6B DA 28 33 0 F FD 3C 40
Octal 203 153 332 50 63 0 17 375 74 100
Binary 10000011 1101011 11011010 101000 110011 0 1111 11111101 111100 1000000

Color Harmonies of #836BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BDA

Black with #836BDA

Text Example


Text Example

White with #836BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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