Html Css Color HEX #845DDD Medium Purple

📋 copy color: '#845DDD'

red 132 ◦ green 93 ◦ blue 221

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

Shades of Medium Purple #845DDD

Tints of Medium Purple #845DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 20.85%

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

R = 29.6%
G = 20.85%
B = 49.55%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#845DDD (or 0x845DDD) is known color: Medium Purple. HEX triplet: 84, 5D and DD. RGB value is (132,93,221). Sum of RGB (Red+Green+Blue) = 132+93+221=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 93 (36.72% from 255 or 20.85% from 446); Blue value is 221 (86.72% from 255 or 49.55% from 446); Max value from RGB is 221 - color contains mainly: blue. Hex color #845DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DDD is #7BA222. Grayscale: #767676. Windows color (decimal): -8102435 or 14507396. OLE color: 14507396.

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

Color convert

RGB 132 93 221 -
CMYK 0.40 0.58 0 0.13
HSL 258.28º 0.65% 0.62% -
HSV(B) 258.28º 0.58% 0.87% -
XYZ 26.48 17.95 70.48 -
YUV 119.25 185.42 137.09 -
System Red Green Blue C M Y K H S L
Decimal 132 93 221 0.40 0.58 0 0.13 258.28 0.65 0.62
Hex 84 5D DD 28 3A 0 D 102 41 3E
Octal 204 135 335 50 72 0 15 402 101 76
Binary 10000100 1011101 11011101 101000 111010 0 1101 100000010 1000001 111110

Color Harmonies of #845DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DDD

Black with #845DDD

Text Example


Text Example

White with #845DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #845DDD; }

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

 H1.HeaderClassName
 {
   color: #845DDD;
 }
 .AnyTagClassName
 {
   color: #845DDD;
 }
</style>

background-color css

<style>
 a { background-color: #845DDD; }

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

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

border-color css

<style>
 span { border-color: #845DDD; }

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

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