Html Css Color HEX #845CDA Medium Purple

📋 copy color: '#845CDA'

red 132 ◦ green 92 ◦ blue 218

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

Shades of Medium Purple #845CDA

Tints of Medium Purple #845CDA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 49.32%

R = 29.86%
G = 20.81%
B = 49.32%

CMYK

 C value IS 0.39

 M value IS 0.58

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#845CDA (or 0x845CDA) is known color: Medium Purple. HEX triplet: 84, 5C and DA. RGB value is (132,92,218). Sum of RGB (Red+Green+Blue) = 132+92+218=442 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.86% from 442); Green value is 92 (36.33% from 255 or 20.81% from 442); Blue value is 218 (85.55% from 255 or 49.32% from 442); Max value from RGB is 218 - color contains mainly: blue. Hex color #845CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845CDA is #7BA325. Grayscale: #757575. Windows color (decimal): -8102694 or 14310532. OLE color: 14310532.

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

Color convert

RGB 132 92 218 -
CMYK 0.39 0.58 0 0.15
HSL 259.05º 0.63% 0.61% -
HSV(B) 259.05º 0.58% 0.85% -
XYZ 26 17.62 68.36 -
YUV 118.32 184.25 137.75 -
System Red Green Blue C M Y K H S L
Decimal 132 92 218 0.39 0.58 0 0.15 259.05 0.63 0.61
Hex 84 5C DA 27 3A 0 F 103 3F 3D
Octal 204 134 332 47 72 0 17 403 77 75
Binary 10000100 1011100 11011010 100111 111010 0 1111 100000011 111111 111101

Color Harmonies of #845CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845CDA

Black with #845CDA

Text Example


Text Example

White with #845CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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