Html Css Color HEX #846EDA Medium Purple

📋 copy color: '#846EDA'

red 132 ◦ green 110 ◦ blue 218

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

Shades of Medium Purple #846EDA

Tints of Medium Purple #846EDA

RGB

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

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

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

R = 28.7%
G = 23.91%
B = 47.39%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#846EDA (or 0x846EDA) is known color: Medium Purple. HEX triplet: 84, 6E and DA. RGB value is (132,110,218). Sum of RGB (Red+Green+Blue) = 132+110+218=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 110 (43.36% from 255 or 23.91% from 460); Blue value is 218 (85.55% from 255 or 47.39% from 460); Max value from RGB is 218 - color contains mainly: blue. Hex color #846EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846EDA is #7B9125. Grayscale: #808080. Windows color (decimal): -8098086 or 14315140. OLE color: 14315140.

HSL color Cylindrical-coordinate representation of color #846EDA: hue angle of 252.22º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846EDA is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 110 218 -
CMYK 0.39 0.50 0 0.15
HSL 252.22º 0.59% 0.64% -
HSV(B) 252.22º 0.5% 0.85% -
XYZ 27.75 21.12 68.94 -
YUV 128.89 178.29 130.22 -
System Red Green Blue C M Y K H S L
Decimal 132 110 218 0.39 0.50 0 0.15 252.22 0.59 0.64
Hex 84 6E DA 27 32 0 F FC 3B 40
Octal 204 156 332 47 62 0 17 374 73 100
Binary 10000100 1101110 11011010 100111 110010 0 1111 11111100 111011 1000000

Color Harmonies of #846EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846EDA

Black with #846EDA

Text Example


Text Example

White with #846EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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