Html Css Color HEX #846CDD Medium Purple

📋 copy color: '#846CDD'

red 132 ◦ green 108 ◦ blue 221

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

Shades of Medium Purple #846CDD

Tints of Medium Purple #846CDD

RGB

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

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

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

R = 28.63%
G = 23.43%
B = 47.94%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#846CDD (or 0x846CDD) is known color: Medium Purple. HEX triplet: 84, 6C and DD. RGB value is (132,108,221). Sum of RGB (Red+Green+Blue) = 132+108+221=461 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.63% from 461); Green value is 108 (42.58% from 255 or 23.43% from 461); Blue value is 221 (86.72% from 255 or 47.94% from 461); Max value from RGB is 221 - color contains mainly: blue. Hex color #846CDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #846CDD is #7B9322. Grayscale: #7F7F7F. Windows color (decimal): -8098595 or 14511236. OLE color: 14511236.

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

Color convert

RGB 132 108 221 -
CMYK 0.40 0.51 0 0.13
HSL 252.74º 0.62% 0.65% -
HSV(B) 252.74º 0.51% 0.87% -
XYZ 27.93 20.85 70.96 -
YUV 128.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 132 108 221 0.40 0.51 0 0.13 252.74 0.62 0.65
Hex 84 6C DD 28 33 0 D FD 3E 41
Octal 204 154 335 50 63 0 15 375 76 101
Binary 10000100 1101100 11011101 101000 110011 0 1101 11111101 111110 1000001

Color Harmonies of #846CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #846CDD

Black with #846CDD

Text Example


Text Example

White with #846CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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