Html Css Color HEX #845ADB Medium Purple

📋 copy color: '#845ADB'

red 132 ◦ green 90 ◦ blue 219

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

Shades of Medium Purple #845ADB

Tints of Medium Purple #845ADB

RGB

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

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

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

R = 29.93%
G = 20.41%
B = 49.66%

CMYK

 C value IS 0.40

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#845ADB (or 0x845ADB) is known color: Medium Purple. HEX triplet: 84, 5A and DB. RGB value is (132,90,219). Sum of RGB (Red+Green+Blue) = 132+90+219=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 90 (35.55% from 255 or 20.41% from 441); Blue value is 219 (85.94% from 255 or 49.66% from 441); Max value from RGB is 219 - color contains mainly: blue. Hex color #845ADB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845ADB is #7BA524. Grayscale: #747474. Windows color (decimal): -8103205 or 14375556. OLE color: 14375556.

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

Color convert

RGB 132 90 219 -
CMYK 0.40 0.59 0 0.14
HSL 259.53º 0.64% 0.61% -
HSV(B) 259.53º 0.59% 0.86% -
XYZ 25.96 17.33 69 -
YUV 117.26 185.41 138.51 -
System Red Green Blue C M Y K H S L
Decimal 132 90 219 0.40 0.59 0 0.14 259.53 0.64 0.61
Hex 84 5A DB 28 3B 0 E 104 40 3D
Octal 204 132 333 50 73 0 16 404 100 75
Binary 10000100 1011010 11011011 101000 111011 0 1110 100000100 1000000 111101

Color Harmonies of #845ADB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845ADB

Black with #845ADB

Text Example


Text Example

White with #845ADB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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