Html Css Color HEX #846EDB Medium Purple

📋 copy color: '#846EDB'

red 132 ◦ green 110 ◦ blue 219

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

Shades of Medium Purple #846EDB

Tints of Medium Purple #846EDB

RGB

 RED value IS 132 (51.95% from 255) = 28.63%

 GREEN value IS 110 (43.36% from 255) = 23.86%

 BLUE value IS 219 (85.94% from 255) = 47.51%

R = 28.63%
G = 23.86%
B = 47.51%

CMYK

 C value IS 0.40

 M value IS 0.50

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#846EDB (or 0x846EDB) is known color: Medium Purple. HEX triplet: 84, 6E and DB. RGB value is (132,110,219). Sum of RGB (Red+Green+Blue) = 132+110+219=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 110 (43.36% from 255 or 23.86% from 461); Blue value is 219 (85.94% from 255 or 47.51% from 461); Max value from RGB is 219 - color contains mainly: blue. Hex color #846EDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EDB is #7B9124. Grayscale: #808080. Windows color (decimal): -8098085 or 14380676. OLE color: 14380676.

HSL color Cylindrical-coordinate representation of color #846EDB: hue angle of 252.11º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846EDB is Cyan = 0.40, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 110 219 -
CMYK 0.40 0.50 0 0.14
HSL 252.11º 0.6% 0.65% -
HSV(B) 252.11º 0.5% 0.86% -
XYZ 27.88 21.17 69.64 -
YUV 129 178.79 130.14 -
System Red Green Blue C M Y K H S L
Decimal 132 110 219 0.40 0.50 0 0.14 252.11 0.6 0.65
Hex 84 6E DB 28 32 0 E FC 3C 41
Octal 204 156 333 50 62 0 16 374 74 101
Binary 10000100 1101110 11011011 101000 110010 0 1110 11111100 111100 1000001

Color Harmonies of #846EDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846EDB

Black with #846EDB

Text Example


Text Example

White with #846EDB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #846EDB; }

 p { color: rgb(132,110,219); }

 H1.HeaderClassName
 {
   color: #846EDB;
 }
 .AnyTagClassName
 {
   color: #846EDB;
 }
</style>

background-color css

<style>
 a { background-color: #846EDB; }

 a { background-color: rgb(132,110,219); }

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

border-color css

<style>
 span { border-color: #846EDB; }

 span { border-color: rgb(132,110,219); }

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