Html Css Color HEX #845FD3 Medium Purple

📋 copy color: '#845FD3'

red 132 ◦ green 95 ◦ blue 211

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

Shades of Medium Purple #845FD3

Tints of Medium Purple #845FD3

RGB

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

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

 BLUE value IS 211 (82.81% from 255) = 48.17%

R = 30.14%
G = 21.69%
B = 48.17%

CMYK

 C value IS 0.37

 M value IS 0.55

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#845FD3 (or 0x845FD3) is known color: Medium Purple. HEX triplet: 84, 5F and D3. RGB value is (132,95,211). Sum of RGB (Red+Green+Blue) = 132+95+211=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 95 (37.5% from 255 or 21.69% from 438); Blue value is 211 (82.81% from 255 or 48.17% from 438); Max value from RGB is 211 - color contains mainly: blue. Hex color #845FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FD3 is #7BA02C. Grayscale: #767676. Windows color (decimal): -8101933 or 13852548. OLE color: 13852548.

HSL color Cylindrical-coordinate representation of color #845FD3: hue angle of 259.14º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #845FD3 is Cyan = 0.37, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 132 95 211 -
CMYK 0.37 0.55 0 0.17
HSL 259.14º 0.57% 0.6% -
HSV(B) 259.14º 0.55% 0.83% -
XYZ 25.37 17.79 63.73 -
YUV 119.29 179.76 137.07 -
System Red Green Blue C M Y K H S L
Decimal 132 95 211 0.37 0.55 0 0.17 259.14 0.57 0.6
Hex 84 5F D3 25 37 0 11 103 39 3C
Octal 204 137 323 45 67 0 21 403 71 74
Binary 10000100 1011111 11010011 100101 110111 0 10001 100000011 111001 111100

Color Harmonies of #845FD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845FD3

Black with #845FD3

Text Example


Text Example

White with #845FD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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