Html Css Color HEX #836ADC Medium Purple

📋 copy color: '#836ADC'

red 131 ◦ green 106 ◦ blue 220

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

Shades of Medium Purple #836ADC

Tints of Medium Purple #836ADC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 48.14%

R = 28.67%
G = 23.19%
B = 48.14%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#836ADC (or 0x836ADC) is known color: Medium Purple. HEX triplet: 83, 6A and DC. RGB value is (131,106,220). Sum of RGB (Red+Green+Blue) = 131+106+220=457 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.67% from 457); Green value is 106 (41.80% from 255 or 23.19% from 457); Blue value is 220 (86.33% from 255 or 48.14% from 457); Max value from RGB is 220 - color contains mainly: blue. Hex color #836ADC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836ADC is #7C9523. Grayscale: #7E7E7E. Windows color (decimal): -8164644 or 14445187. OLE color: 14445187.

HSL color Cylindrical-coordinate representation of color #836ADC: hue angle of 253.16º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #836ADC is Cyan = 0.40, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 131 106 220 -
CMYK 0.40 0.52 0 0.14
HSL 253.16º 0.62% 0.64% -
HSV(B) 253.16º 0.52% 0.86% -
XYZ 27.43 20.3 70.18 -
YUV 126.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 131 106 220 0.40 0.52 0 0.14 253.16 0.62 0.64
Hex 83 6A DC 28 34 0 E FD 3E 40
Octal 203 152 334 50 64 0 16 375 76 100
Binary 10000011 1101010 11011100 101000 110100 0 1110 11111101 111110 1000000

Color Harmonies of #836ADC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836ADC

Black with #836ADC

Text Example


Text Example

White with #836ADC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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