Html Css Color HEX #836BDD Medium Purple

📋 copy color: '#836BDD'

red 131 ◦ green 107 ◦ blue 221

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

Shades of Medium Purple #836BDD

Tints of Medium Purple #836BDD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.15%

R = 28.54%
G = 23.31%
B = 48.15%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#836BDD (or 0x836BDD) is known color: Medium Purple. HEX triplet: 83, 6B and DD. RGB value is (131,107,221). Sum of RGB (Red+Green+Blue) = 131+107+221=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 221 (86.72% from 255 or 48.15% from 459); Max value from RGB is 221 - color contains mainly: blue. Hex color #836BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836BDD is #7C9422. Grayscale: #7E7E7E. Windows color (decimal): -8164387 or 14510979. OLE color: 14510979.

HSL color Cylindrical-coordinate representation of color #836BDD: hue angle of 252.63º degrees, saturation: 0.63, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #836BDD is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 107 221 -
CMYK 0.41 0.52 0 0.13
HSL 252.63º 0.63% 0.64% -
HSV(B) 252.63º 0.52% 0.87% -
XYZ 27.67 20.56 70.92 -
YUV 127.17 180.95 130.73 -
System Red Green Blue C M Y K H S L
Decimal 131 107 221 0.41 0.52 0 0.13 252.63 0.63 0.64
Hex 83 6B DD 29 34 0 D FD 3F 40
Octal 203 153 335 51 64 0 15 375 77 100
Binary 10000011 1101011 11011101 101001 110100 0 1101 11111101 111111 1000000

Color Harmonies of #836BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836BDD

Black with #836BDD

Text Example


Text Example

White with #836BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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