Html Css Color HEX #836ADA Medium Purple

📋 copy color: '#836ADA'

red 131 ◦ green 106 ◦ blue 218

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

Shades of Medium Purple #836ADA

Tints of Medium Purple #836ADA

RGB

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

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

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

R = 28.79%
G = 23.3%
B = 47.91%

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

#836ADA (or 0x836ADA) is known color: Medium Purple. HEX triplet: 83, 6A and DA. RGB value is (131,106,218). Sum of RGB (Red+Green+Blue) = 131+106+218=455 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.79% from 455); Green value is 106 (41.80% from 255 or 23.30% from 455); Blue value is 218 (85.55% from 255 or 47.91% from 455); Max value from RGB is 218 - color contains mainly: blue. Hex color #836ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ADA is #7C9525. Grayscale: #7D7D7D. Windows color (decimal): -8164646 or 14314115. OLE color: 14314115.

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

Color convert

RGB 131 106 218 -
CMYK 0.40 0.51 0 0.15
HSL 253.39º 0.6% 0.64% -
HSV(B) 253.39º 0.51% 0.85% -
XYZ 27.17 20.2 68.8 -
YUV 126.24 179.78 131.39 -
System Red Green Blue C M Y K H S L
Decimal 131 106 218 0.40 0.51 0 0.15 253.39 0.6 0.64
Hex 83 6A DA 28 33 0 F FD 3C 40
Octal 203 152 332 50 63 0 17 375 74 100
Binary 10000011 1101010 11011010 101000 110011 0 1111 11111101 111100 1000000

Color Harmonies of #836ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ADA

Black with #836ADA

Text Example


Text Example

White with #836ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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