Html Css Color HEX #845DD8 Medium Purple

📋 copy color: '#845DD8'

red 132 ◦ green 93 ◦ blue 216

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

Shades of Medium Purple #845DD8

Tints of Medium Purple #845DD8

RGB

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

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

 BLUE value IS 216 (84.77% from 255) = 48.98%

R = 29.93%
G = 21.09%
B = 48.98%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#845DD8 (or 0x845DD8) is known color: Medium Purple. HEX triplet: 84, 5D and D8. RGB value is (132,93,216). Sum of RGB (Red+Green+Blue) = 132+93+216=441 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.93% from 441); Green value is 93 (36.72% from 255 or 21.09% from 441); Blue value is 216 (84.77% from 255 or 48.98% from 441); Max value from RGB is 216 - color contains mainly: blue. Hex color #845DD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DD8 is #7BA227. Grayscale: #767676. Windows color (decimal): -8102440 or 14179716. OLE color: 14179716.

HSL color Cylindrical-coordinate representation of color #845DD8: hue angle of 259.02º degrees, saturation: 0.61, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #845DD8 is Cyan = 0.39, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 132 93 216 -
CMYK 0.39 0.57 0 0.15
HSL 259.02º 0.61% 0.61% -
HSV(B) 259.02º 0.57% 0.85% -
XYZ 25.82 17.69 67.02 -
YUV 118.68 182.92 137.5 -
System Red Green Blue C M Y K H S L
Decimal 132 93 216 0.39 0.57 0 0.15 259.02 0.61 0.61
Hex 84 5D D8 27 39 0 F 103 3D 3D
Octal 204 135 330 47 71 0 17 403 75 75
Binary 10000100 1011101 11011000 100111 111001 0 1111 100000011 111101 111101

Color Harmonies of #845DD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DD8

Black with #845DD8

Text Example


Text Example

White with #845DD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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