Html Css Color HEX #836BDB Medium Purple

📋 copy color: '#836BDB'

red 131 ◦ green 107 ◦ blue 219

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

Shades of Medium Purple #836BDB

Tints of Medium Purple #836BDB

RGB

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

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

 BLUE value IS 219 (85.94% from 255) = 47.92%

R = 28.67%
G = 23.41%
B = 47.92%

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

#836BDB (or 0x836BDB) is known color: Medium Purple. HEX triplet: 83, 6B and DB. RGB value is (131,107,219). Sum of RGB (Red+Green+Blue) = 131+107+219=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 107 (42.19% from 255 or 23.41% from 457); Blue value is 219 (85.94% from 255 or 47.92% from 457); Max value from RGB is 219 - color contains mainly: blue. Hex color #836BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BDB is #7C9424. Grayscale: #7E7E7E. Windows color (decimal): -8164389 or 14379907. OLE color: 14379907.

HSL color Cylindrical-coordinate representation of color #836BDB: hue angle of 252.86º degrees, saturation: 0.61, 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 #836BDB is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 107 219 -
CMYK 0.40 0.51 0 0.14
HSL 252.86º 0.61% 0.64% -
HSV(B) 252.86º 0.51% 0.86% -
XYZ 27.4 20.46 69.52 -
YUV 126.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 131 107 219 0.40 0.51 0 0.14 252.86 0.61 0.64
Hex 83 6B DB 28 33 0 E FD 3D 40
Octal 203 153 333 50 63 0 16 375 75 100
Binary 10000011 1101011 11011011 101000 110011 0 1110 11111101 111101 1000000

Color Harmonies of #836BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BDB

Black with #836BDB

Text Example


Text Example

White with #836BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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