Html Css Color HEX #845CDB Medium Purple

📋 copy color: '#845CDB'

red 132 ◦ green 92 ◦ blue 219

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

Shades of Medium Purple #845CDB

Tints of Medium Purple #845CDB

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.77%

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

R = 29.8%
G = 20.77%
B = 49.44%

CMYK

 C value IS 0.40

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#845CDB (or 0x845CDB) is known color: Medium Purple. HEX triplet: 84, 5C and DB. RGB value is (132,92,219). Sum of RGB (Red+Green+Blue) = 132+92+219=443 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.80% from 443); Green value is 92 (36.33% from 255 or 20.77% from 443); Blue value is 219 (85.94% from 255 or 49.44% from 443); Max value from RGB is 219 - color contains mainly: blue. Hex color #845CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CDB is #7BA324. Grayscale: #757575. Windows color (decimal): -8102693 or 14376068. OLE color: 14376068.

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

Color convert

RGB 132 92 219 -
CMYK 0.40 0.58 0 0.14
HSL 258.9º 0.64% 0.61% -
HSV(B) 258.9º 0.58% 0.86% -
XYZ 26.13 17.67 69.05 -
YUV 118.44 184.75 137.67 -
System Red Green Blue C M Y K H S L
Decimal 132 92 219 0.40 0.58 0 0.14 258.9 0.64 0.61
Hex 84 5C DB 28 3A 0 E 103 40 3D
Octal 204 134 333 50 72 0 16 403 100 75
Binary 10000100 1011100 11011011 101000 111010 0 1110 100000011 1000000 111101

Color Harmonies of #845CDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CDB

Black with #845CDB

Text Example


Text Example

White with #845CDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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