Html Css Color HEX #845BD5 Medium Purple

📋 copy color: '#845BD5'

red 132 ◦ green 91 ◦ blue 213

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

Shades of Medium Purple #845BD5

Tints of Medium Purple #845BD5

RGB

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

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

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

R = 30.28%
G = 20.87%
B = 48.85%

CMYK

 C value IS 0.38

 M value IS 0.57

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#845BD5 (or 0x845BD5) is known color: Medium Purple. HEX triplet: 84, 5B and D5. RGB value is (132,91,213). Sum of RGB (Red+Green+Blue) = 132+91+213=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 213 (83.59% from 255 or 48.85% from 436); Max value from RGB is 213 - color contains mainly: blue. Hex color #845BD5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845BD5 is #7BA42A. Grayscale: #747474. Windows color (decimal): -8102955 or 13982596. OLE color: 13982596.

HSL color Cylindrical-coordinate representation of color #845BD5: hue angle of 260.16º degrees, saturation: 0.59, 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 #845BD5 is Cyan = 0.38, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 132 91 213 -
CMYK 0.38 0.57 0 0.16
HSL 260.16º 0.59% 0.6% -
HSV(B) 260.16º 0.57% 0.84% -
XYZ 25.27 17.19 64.94 -
YUV 117.17 182.08 138.58 -
System Red Green Blue C M Y K H S L
Decimal 132 91 213 0.38 0.57 0 0.16 260.16 0.59 0.6
Hex 84 5B D5 26 39 0 10 104 3B 3C
Octal 204 133 325 46 71 0 20 404 73 74
Binary 10000100 1011011 11010101 100110 111001 0 10000 100000100 111011 111100

Color Harmonies of #845BD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845BD5

Black with #845BD5

Text Example


Text Example

White with #845BD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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