Html Css Color HEX #846CDB Medium Purple

📋 copy color: '#846CDB'

red 132 ◦ green 108 ◦ blue 219

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

Shades of Medium Purple #846CDB

Tints of Medium Purple #846CDB

RGB

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

 GREEN value IS 108 (42.58% from 255) = 23.53%

 BLUE value IS 219 (85.94% from 255) = 47.71%

R = 28.76%
G = 23.53%
B = 47.71%

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

#846CDB (or 0x846CDB) is known color: Medium Purple. HEX triplet: 84, 6C and DB. RGB value is (132,108,219). Sum of RGB (Red+Green+Blue) = 132+108+219=459 (60% of max value = 765). Red value is 132 (51.95% from 255 or 28.76% from 459); Green value is 108 (42.58% from 255 or 23.53% from 459); Blue value is 219 (85.94% from 255 or 47.71% from 459); Max value from RGB is 219 - color contains mainly: blue. Hex color #846CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CDB is #7B9324. Grayscale: #7F7F7F. Windows color (decimal): -8098597 or 14380164. OLE color: 14380164.

HSL color Cylindrical-coordinate representation of color #846CDB: hue angle of 252.97º degrees, saturation: 0.61, 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 #846CDB is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 108 219 -
CMYK 0.40 0.51 0 0.14
HSL 252.97º 0.61% 0.64% -
HSV(B) 252.97º 0.51% 0.86% -
XYZ 27.66 20.75 69.56 -
YUV 127.83 179.45 130.97 -
System Red Green Blue C M Y K H S L
Decimal 132 108 219 0.40 0.51 0 0.14 252.97 0.61 0.64
Hex 84 6C DB 28 33 0 E FD 3D 40
Octal 204 154 333 50 63 0 16 375 75 100
Binary 10000100 1101100 11011011 101000 110011 0 1110 11111101 111101 1000000

Color Harmonies of #846CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846CDB

Black with #846CDB

Text Example


Text Example

White with #846CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,108,219); }

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

background-color css

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

 a { background-color: rgb(132,108,219); }

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

border-color css

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

 span { border-color: rgb(132,108,219); }

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