Html Css Color HEX #846BDC Medium Purple

📋 copy color: '#846BDC'

red 132 ◦ green 107 ◦ blue 220

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

Shades of Medium Purple #846BDC

Tints of Medium Purple #846BDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 47.93%

R = 28.76%
G = 23.31%
B = 47.93%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#846BDC (or 0x846BDC) is known color: Medium Purple. HEX triplet: 84, 6B and DC. RGB value is (132,107,220). Sum of RGB (Red+Green+Blue) = 132+107+220=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 107 (42.19% from 255 or 23.31% from 459); Blue value is 220 (86.33% from 255 or 47.93% from 459); Max value from RGB is 220 - color contains mainly: blue. Hex color #846BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BDC is #7B9423. Grayscale: #7E7E7E. Windows color (decimal): -8098852 or 14445444. OLE color: 14445444.

HSL color Cylindrical-coordinate representation of color #846BDC: hue angle of 253.27º degrees, saturation: 0.62, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #846BDC is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 107 220 -
CMYK 0.40 0.51 0 0.14
HSL 253.27º 0.62% 0.64% -
HSV(B) 253.27º 0.51% 0.86% -
XYZ 27.69 20.59 70.22 -
YUV 127.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 132 107 220 0.40 0.51 0 0.14 253.27 0.62 0.64
Hex 84 6B DC 28 33 0 E FD 3E 40
Octal 204 153 334 50 63 0 16 375 76 100
Binary 10000100 1101011 11011100 101000 110011 0 1110 11111101 111110 1000000

Color Harmonies of #846BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BDC

Black with #846BDC

Text Example


Text Example

White with #846BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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