Html Css Color HEX #846BD7 Medium Purple

📋 copy color: '#846BD7'

red 132 ◦ green 107 ◦ blue 215

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

Shades of Medium Purple #846BD7

Tints of Medium Purple #846BD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 47.36%

R = 29.07%
G = 23.57%
B = 47.36%

CMYK

 C value IS 0.39

 M value IS 0.50

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#846BD7 (or 0x846BD7) is known color: Medium Purple. HEX triplet: 84, 6B and D7. RGB value is (132,107,215). Sum of RGB (Red+Green+Blue) = 132+107+215=454 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.07% from 454); Green value is 107 (42.19% from 255 or 23.57% from 454); Blue value is 215 (84.38% from 255 or 47.36% from 454); Max value from RGB is 215 - color contains mainly: blue. Hex color #846BD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846BD7 is #7B9428. Grayscale: #7E7E7E. Windows color (decimal): -8098857 or 14117764. OLE color: 14117764.

HSL color Cylindrical-coordinate representation of color #846BD7: hue angle of 253.89º degrees, saturation: 0.57, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #846BD7 is Cyan = 0.39, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 107 215 -
CMYK 0.39 0.50 0 0.16
HSL 253.89º 0.57% 0.63% -
HSV(B) 253.89º 0.5% 0.84% -
XYZ 27.04 20.33 66.79 -
YUV 126.79 177.78 131.72 -
System Red Green Blue C M Y K H S L
Decimal 132 107 215 0.39 0.50 0 0.16 253.89 0.57 0.63
Hex 84 6B D7 27 32 0 10 FE 39 3F
Octal 204 153 327 47 62 0 20 376 71 77
Binary 10000100 1101011 11010111 100111 110010 0 10000 11111110 111001 111111

Color Harmonies of #846BD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846BD7

Black with #846BD7

Text Example


Text Example

White with #846BD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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