Html Css Color HEX #845FDF Medium Purple

📋 copy color: '#845FDF'

red 132 ◦ green 95 ◦ blue 223

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

Shades of Medium Purple #845FDF

Tints of Medium Purple #845FDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 49.56%

R = 29.33%
G = 21.11%
B = 49.56%

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

#845FDF (or 0x845FDF) is known color: Medium Purple. HEX triplet: 84, 5F and DF. RGB value is (132,95,223). Sum of RGB (Red+Green+Blue) = 132+95+223=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 95 (37.5% from 255 or 21.11% from 450); Blue value is 223 (87.5% from 255 or 49.56% from 450); Max value from RGB is 223 - color contains mainly: blue. Hex color #845FDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FDF is #7BA020. Grayscale: #787878. Windows color (decimal): -8101921 or 14638980. OLE color: 14638980.

HSL color Cylindrical-coordinate representation of color #845FDF: hue angle of 257.34º degrees, saturation: 0.67, 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 #845FDF is Cyan = 0.41, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 95 223 -
CMYK 0.41 0.57 0 0.13
HSL 257.34º 0.67% 0.62% -
HSV(B) 257.34º 0.57% 0.87% -
XYZ 26.93 18.42 71.95 -
YUV 120.66 185.76 136.09 -
System Red Green Blue C M Y K H S L
Decimal 132 95 223 0.41 0.57 0 0.13 257.34 0.67 0.62
Hex 84 5F DF 29 39 0 D 101 43 3E
Octal 204 137 337 51 71 0 15 401 103 76
Binary 10000100 1011111 11011111 101001 111001 0 1101 100000001 1000011 111110

Color Harmonies of #845FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845FDF

Black with #845FDF

Text Example


Text Example

White with #845FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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