Html Css Color HEX #845FDE Medium Purple

📋 copy color: '#845FDE'

red 132 ◦ green 95 ◦ blue 222

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

Shades of Medium Purple #845FDE

Tints of Medium Purple #845FDE

RGB

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

 GREEN value IS 95 (37.5% from 255) = 21.16%

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

R = 29.4%
G = 21.16%
B = 49.44%

CMYK

 C value IS 0.41

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#845FDE (or 0x845FDE) is known color: Medium Purple. HEX triplet: 84, 5F and DE. RGB value is (132,95,222). Sum of RGB (Red+Green+Blue) = 132+95+222=449 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.40% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 222 (87.11% from 255 or 49.44% from 449); Max value from RGB is 222 - color contains mainly: blue. Hex color #845FDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FDE is #7BA021. Grayscale: #787878. Windows color (decimal): -8101922 or 14573444. OLE color: 14573444.

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

Color convert

RGB 132 95 222 -
CMYK 0.41 0.57 0 0.13
HSL 257.48º 0.66% 0.62% -
HSV(B) 257.48º 0.57% 0.87% -
XYZ 26.79 18.36 71.24 -
YUV 120.54 185.26 136.17 -
System Red Green Blue C M Y K H S L
Decimal 132 95 222 0.41 0.57 0 0.13 257.48 0.66 0.62
Hex 84 5F DE 29 39 0 D 101 42 3E
Octal 204 137 336 51 71 0 15 401 102 76
Binary 10000100 1011111 11011110 101001 111001 0 1101 100000001 1000010 111110

Color Harmonies of #845FDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845FDE

Black with #845FDE

Text Example


Text Example

White with #845FDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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