Html Css Color HEX #836ADD Medium Purple

📋 copy color: '#836ADD'

red 131 ◦ green 106 ◦ blue 221

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

Shades of Medium Purple #836ADD

Tints of Medium Purple #836ADD

RGB

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

 GREEN value IS 106 (41.8% from 255) = 23.14%

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

R = 28.6%
G = 23.14%
B = 48.25%

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

#836ADD (or 0x836ADD) is known color: Medium Purple. HEX triplet: 83, 6A and DD. RGB value is (131,106,221). Sum of RGB (Red+Green+Blue) = 131+106+221=458 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.60% from 458); Green value is 106 (41.80% from 255 or 23.14% from 458); Blue value is 221 (86.72% from 255 or 48.25% from 458); Max value from RGB is 221 - color contains mainly: blue. Hex color #836ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ADD is #7C9522. Grayscale: #7E7E7E. Windows color (decimal): -8164643 or 14510723. OLE color: 14510723.

HSL color Cylindrical-coordinate representation of color #836ADD: hue angle of 253.04º 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 #836ADD is Cyan = 0.41, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 131 106 221 -
CMYK 0.41 0.52 0 0.13
HSL 253.04º 0.63% 0.64% -
HSV(B) 253.04º 0.52% 0.87% -
XYZ 27.57 20.35 70.88 -
YUV 126.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 131 106 221 0.41 0.52 0 0.13 253.04 0.63 0.64
Hex 83 6A DD 29 34 0 D FD 3F 40
Octal 203 152 335 51 64 0 15 375 77 100
Binary 10000011 1101010 11011101 101001 110100 0 1101 11111101 111111 1000000

Color Harmonies of #836ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ADD

Black with #836ADD

Text Example


Text Example

White with #836ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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