Html Css Color HEX #845CD8 Medium Purple

📋 copy color: '#845CD8'

red 132 ◦ green 92 ◦ blue 216

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

Shades of Medium Purple #845CD8

Tints of Medium Purple #845CD8

RGB

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

 GREEN value IS 92 (36.33% from 255) = 20.91%

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

R = 30%
G = 20.91%
B = 49.09%

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

#845CD8 (or 0x845CD8) is known color: Medium Purple. HEX triplet: 84, 5C and D8. RGB value is (132,92,216). Sum of RGB (Red+Green+Blue) = 132+92+216=440 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30% from 440); Green value is 92 (36.33% from 255 or 20.91% from 440); Blue value is 216 (84.77% from 255 or 49.09% from 440); Max value from RGB is 216 - color contains mainly: blue. Hex color #845CD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CD8 is #7BA327. Grayscale: #757575. Windows color (decimal): -8102696 or 14179460. OLE color: 14179460.

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

Color convert

RGB 132 92 216 -
CMYK 0.39 0.57 0 0.15
HSL 259.35º 0.61% 0.6% -
HSV(B) 259.35º 0.57% 0.85% -
XYZ 25.74 17.52 66.99 -
YUV 118.1 183.25 137.92 -
System Red Green Blue C M Y K H S L
Decimal 132 92 216 0.39 0.57 0 0.15 259.35 0.61 0.6
Hex 84 5C D8 27 39 0 F 103 3D 3C
Octal 204 134 330 47 71 0 17 403 75 74
Binary 10000100 1011100 11011000 100111 111001 0 1111 100000011 111101 111100

Color Harmonies of #845CD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CD8

Black with #845CD8

Text Example


Text Example

White with #845CD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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