Html Css Color HEX #845DD5 Medium Purple

📋 copy color: '#845DD5'

red 132 ◦ green 93 ◦ blue 213

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

Shades of Medium Purple #845DD5

Tints of Medium Purple #845DD5

RGB

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

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

 BLUE value IS 213 (83.59% from 255) = 48.63%

R = 30.14%
G = 21.23%
B = 48.63%

CMYK

 C value IS 0.38

 M value IS 0.56

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#845DD5 (or 0x845DD5) is known color: Medium Purple. HEX triplet: 84, 5D and D5. RGB value is (132,93,213). Sum of RGB (Red+Green+Blue) = 132+93+213=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 93 (36.72% from 255 or 21.23% from 438); Blue value is 213 (83.59% from 255 or 48.63% from 438); Max value from RGB is 213 - color contains mainly: blue. Hex color #845DD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DD5 is #7BA22A. Grayscale: #757575. Windows color (decimal): -8102443 or 13983108. OLE color: 13983108.

HSL color Cylindrical-coordinate representation of color #845DD5: hue angle of 259.5º degrees, saturation: 0.59, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #845DD5 is Cyan = 0.38, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 93 213 -
CMYK 0.38 0.56 0 0.16
HSL 259.5º 0.59% 0.6% -
HSV(B) 259.5º 0.56% 0.84% -
XYZ 25.44 17.54 65 -
YUV 118.34 181.42 137.74 -
System Red Green Blue C M Y K H S L
Decimal 132 93 213 0.38 0.56 0 0.16 259.5 0.59 0.6
Hex 84 5D D5 26 38 0 10 104 3B 3C
Octal 204 135 325 46 70 0 20 404 73 74
Binary 10000100 1011101 11010101 100110 111000 0 10000 100000100 111011 111100

Color Harmonies of #845DD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DD5

Black with #845DD5

Text Example


Text Example

White with #845DD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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