Html Css Color HEX #845DD7 Medium Purple

📋 copy color: '#845DD7'

red 132 ◦ green 93 ◦ blue 215

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

Shades of Medium Purple #845DD7

Tints of Medium Purple #845DD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 48.86%

R = 30%
G = 21.14%
B = 48.86%

CMYK

 C value IS 0.39

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#845DD7 (or 0x845DD7) is known color: Medium Purple. HEX triplet: 84, 5D and D7. RGB value is (132,93,215). Sum of RGB (Red+Green+Blue) = 132+93+215=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 93 (36.72% from 255 or 21.14% from 440); Blue value is 215 (84.38% from 255 or 48.86% from 440); Max value from RGB is 215 - color contains mainly: blue. Hex color #845DD7 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845DD7 is #7BA228. Grayscale: #767676. Windows color (decimal): -8102441 or 14114180. OLE color: 14114180.

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

Color convert

RGB 132 93 215 -
CMYK 0.39 0.57 0 0.16
HSL 259.18º 0.6% 0.6% -
HSV(B) 259.18º 0.57% 0.84% -
XYZ 25.7 17.64 66.34 -
YUV 118.57 182.42 137.58 -
System Red Green Blue C M Y K H S L
Decimal 132 93 215 0.39 0.57 0 0.16 259.18 0.6 0.6
Hex 84 5D D7 27 39 0 10 103 3C 3C
Octal 204 135 327 47 71 0 20 403 74 74
Binary 10000100 1011101 11010111 100111 111001 0 10000 100000011 111100 111100

Color Harmonies of #845DD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845DD7

Black with #845DD7

Text Example


Text Example

White with #845DD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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