Html Css Color HEX #846BDE Medium Purple

📋 copy color: '#846BDE'

red 132 ◦ green 107 ◦ blue 222

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

Shades of Medium Purple #846BDE

Tints of Medium Purple #846BDE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 23.21%

 BLUE value IS 222 (87.11% from 255) = 48.16%

R = 28.63%
G = 23.21%
B = 48.16%

CMYK

 C value IS 0.41

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#846BDE (or 0x846BDE) is known color: Medium Purple. HEX triplet: 84, 6B and DE. RGB value is (132,107,222). Sum of RGB (Red+Green+Blue) = 132+107+222=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 222 (87.11% from 255 or 48.16% from 461); Max value from RGB is 222 - color contains mainly: blue. Hex color #846BDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BDE is #7B9421. Grayscale: #7F7F7F. Windows color (decimal): -8098850 or 14576516. OLE color: 14576516.

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

Color convert

RGB 132 107 222 -
CMYK 0.41 0.52 0 0.13
HSL 253.04º 0.64% 0.65% -
HSV(B) 253.04º 0.52% 0.87% -
XYZ 27.96 20.69 71.63 -
YUV 127.59 181.28 131.15 -
System Red Green Blue C M Y K H S L
Decimal 132 107 222 0.41 0.52 0 0.13 253.04 0.64 0.65
Hex 84 6B DE 29 34 0 D FD 40 41
Octal 204 153 336 51 64 0 15 375 100 101
Binary 10000100 1101011 11011110 101001 110100 0 1101 11111101 1000000 1000001

Color Harmonies of #846BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BDE

Black with #846BDE

Text Example


Text Example

White with #846BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,107,222); }

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

background-color css

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

 a { background-color: rgb(132,107,222); }

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

border-color css

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

 span { border-color: rgb(132,107,222); }

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