Html Css Color HEX #836CDC Medium Purple

📋 copy color: '#836CDC'

red 131 ◦ green 108 ◦ blue 220

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

Shades of Medium Purple #836CDC

Tints of Medium Purple #836CDC

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.53%

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

R = 28.54%
G = 23.53%
B = 47.93%

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

#836CDC (or 0x836CDC) is known color: Medium Purple. HEX triplet: 83, 6C and DC. RGB value is (131,108,220). Sum of RGB (Red+Green+Blue) = 131+108+220=459 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.54% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #836CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CDC is #7C9323. Grayscale: #7F7F7F. Windows color (decimal): -8164132 or 14445699. OLE color: 14445699.

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

Color convert

RGB 131 108 220 -
CMYK 0.40 0.51 0 0.14
HSL 252.32º 0.62% 0.64% -
HSV(B) 252.32º 0.51% 0.86% -
XYZ 27.64 20.72 70.25 -
YUV 127.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 131 108 220 0.40 0.51 0 0.14 252.32 0.62 0.64
Hex 83 6C DC 28 33 0 E FC 3E 40
Octal 203 154 334 50 63 0 16 374 76 100
Binary 10000011 1101100 11011100 101000 110011 0 1110 11111100 111110 1000000

Color Harmonies of #836CDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CDC

Black with #836CDC

Text Example


Text Example

White with #836CDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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