Html Css Color HEX #836CDD Medium Purple

📋 copy color: '#836CDD'

red 131 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #836CDD

Tints of Medium Purple #836CDD

RGB

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

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

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

R = 28.48%
G = 23.48%
B = 48.04%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#836CDD (or 0x836CDD) is known color: Medium Purple. HEX triplet: 83, 6C and DD. RGB value is (131,108,221). Sum of RGB (Red+Green+Blue) = 131+108+221=460 (60% of max value = 765). Red value is 131 (51.56% from 255 or 28.48% from 460); Green value is 108 (42.58% from 255 or 23.48% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #836CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #836CDD is #7C9322. Grayscale: #7F7F7F. Windows color (decimal): -8164131 or 14511235. OLE color: 14511235.

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

Color convert

RGB 131 108 221 -
CMYK 0.41 0.51 0 0.13
HSL 252.21º 0.62% 0.65% -
HSV(B) 252.21º 0.51% 0.87% -
XYZ 27.77 20.77 70.95 -
YUV 127.76 180.62 130.31 -
System Red Green Blue C M Y K H S L
Decimal 131 108 221 0.41 0.51 0 0.13 252.21 0.62 0.65
Hex 83 6C DD 29 33 0 D FC 3E 41
Octal 203 154 335 51 63 0 15 374 76 101
Binary 10000011 1101100 11011101 101001 110011 0 1101 11111100 111110 1000001

Color Harmonies of #836CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #836CDD

Black with #836CDD

Text Example


Text Example

White with #836CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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