Html Css Color HEX #846BDD Medium Purple

📋 copy color: '#846BDD'

red 132 ◦ green 107 ◦ blue 221

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

Shades of Medium Purple #846BDD

Tints of Medium Purple #846BDD

RGB

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

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

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

R = 28.7%
G = 23.26%
B = 48.04%

CMYK

 C value IS 0.40

 M value IS 0.52

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#846BDD (or 0x846BDD) is known color: Medium Purple. HEX triplet: 84, 6B and DD. RGB value is (132,107,221). Sum of RGB (Red+Green+Blue) = 132+107+221=460 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.70% from 460); Green value is 107 (42.19% from 255 or 23.26% 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 #846BDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BDD is #7B9422. Grayscale: #7F7F7F. Windows color (decimal): -8098851 or 14510980. OLE color: 14510980.

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

Color convert

RGB 132 107 221 -
CMYK 0.40 0.52 0 0.13
HSL 253.16º 0.63% 0.64% -
HSV(B) 253.16º 0.52% 0.87% -
XYZ 27.82 20.64 70.92 -
YUV 127.47 180.78 131.23 -
System Red Green Blue C M Y K H S L
Decimal 132 107 221 0.40 0.52 0 0.13 253.16 0.63 0.64
Hex 84 6B DD 28 34 0 D FD 3F 40
Octal 204 153 335 50 64 0 15 375 77 100
Binary 10000100 1101011 11011101 101000 110100 0 1101 11111101 111111 1000000

Color Harmonies of #846BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BDD

Black with #846BDD

Text Example


Text Example

White with #846BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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