Html Css Color HEX #845ADD Medium Purple

📋 copy color: '#845ADD'

red 132 ◦ green 90 ◦ blue 221

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

Shades of Medium Purple #845ADD

Tints of Medium Purple #845ADD

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.32%

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

R = 29.8%
G = 20.32%
B = 49.89%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#845ADD (or 0x845ADD) is known color: Medium Purple. HEX triplet: 84, 5A and DD. RGB value is (132,90,221). Sum of RGB (Red+Green+Blue) = 132+90+221=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 221 (86.72% from 255 or 49.89% from 443); Max value from RGB is 221 - color contains mainly: blue. Hex color #845ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ADD is #7BA522. Grayscale: #757575. Windows color (decimal): -8103203 or 14506628. OLE color: 14506628.

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

Color convert

RGB 132 90 221 -
CMYK 0.40 0.59 0 0.13
HSL 259.24º 0.66% 0.61% -
HSV(B) 259.24º 0.59% 0.87% -
XYZ 26.22 17.44 70.39 -
YUV 117.49 186.41 138.35 -
System Red Green Blue C M Y K H S L
Decimal 132 90 221 0.40 0.59 0 0.13 259.24 0.66 0.61
Hex 84 5A DD 28 3B 0 D 103 42 3D
Octal 204 132 335 50 73 0 15 403 102 75
Binary 10000100 1011010 11011101 101000 111011 0 1101 100000011 1000010 111101

Color Harmonies of #845ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845ADD

Black with #845ADD

Text Example


Text Example

White with #845ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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