Html Css Color HEX #845CDE Medium Purple

📋 copy color: '#845CDE'

red 132 ◦ green 92 ◦ blue 222

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

Shades of Medium Purple #845CDE

Tints of Medium Purple #845CDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 49.78%

R = 29.6%
G = 20.63%
B = 49.78%

CMYK

 C value IS 0.41

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#845CDE (or 0x845CDE) is known color: Medium Purple. HEX triplet: 84, 5C and DE. RGB value is (132,92,222). Sum of RGB (Red+Green+Blue) = 132+92+222=446 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.60% from 446); Green value is 92 (36.33% from 255 or 20.63% from 446); Blue value is 222 (87.11% from 255 or 49.78% from 446); Max value from RGB is 222 - color contains mainly: blue. Hex color #845CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CDE is #7BA321. Grayscale: #767676. Windows color (decimal): -8102690 or 14572676. OLE color: 14572676.

HSL color Cylindrical-coordinate representation of color #845CDE: hue angle of 258.46º degrees, saturation: 0.66, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #845CDE is Cyan = 0.41, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 92 222 -
CMYK 0.41 0.59 0 0.13
HSL 258.46º 0.66% 0.62% -
HSV(B) 258.46º 0.59% 0.87% -
XYZ 26.53 17.83 71.15 -
YUV 118.78 186.25 137.43 -
System Red Green Blue C M Y K H S L
Decimal 132 92 222 0.41 0.59 0 0.13 258.46 0.66 0.62
Hex 84 5C DE 29 3B 0 D 102 42 3E
Octal 204 134 336 51 73 0 15 402 102 76
Binary 10000100 1011100 11011110 101001 111011 0 1101 100000010 1000010 111110

Color Harmonies of #845CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CDE

Black with #845CDE

Text Example


Text Example

White with #845CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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