Html Css Color HEX #845BDB Medium Purple

📋 copy color: '#845BDB'

red 132 ◦ green 91 ◦ blue 219

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

Shades of Medium Purple #845BDB

Tints of Medium Purple #845BDB

RGB

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

 GREEN value IS 91 (35.94% from 255) = 20.59%

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

R = 29.86%
G = 20.59%
B = 49.55%

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

#845BDB (or 0x845BDB) is known color: Medium Purple. HEX triplet: 84, 5B and DB. RGB value is (132,91,219). Sum of RGB (Red+Green+Blue) = 132+91+219=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 219 (85.94% from 255 or 49.55% from 442); Max value from RGB is 219 - color contains mainly: blue. Hex color #845BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BDB is #7BA424. Grayscale: #757575. Windows color (decimal): -8102949 or 14375812. OLE color: 14375812.

HSL color Cylindrical-coordinate representation of color #845BDB: hue angle of 259.22º 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 #845BDB is Cyan = 0.40, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 91 219 -
CMYK 0.40 0.58 0 0.14
HSL 259.22º 0.64% 0.61% -
HSV(B) 259.22º 0.58% 0.86% -
XYZ 26.04 17.5 69.02 -
YUV 117.85 185.08 138.09 -
System Red Green Blue C M Y K H S L
Decimal 132 91 219 0.40 0.58 0 0.14 259.22 0.64 0.61
Hex 84 5B DB 28 3A 0 E 103 40 3D
Octal 204 133 333 50 72 0 16 403 100 75
Binary 10000100 1011011 11011011 101000 111010 0 1110 100000011 1000000 111101

Color Harmonies of #845BDB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845BDB

Black with #845BDB

Text Example


Text Example

White with #845BDB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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