Html Css Color HEX #845FDA Medium Purple

📋 copy color: '#845FDA'

red 132 ◦ green 95 ◦ blue 218

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

Shades of Medium Purple #845FDA

Tints of Medium Purple #845FDA

RGB

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

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

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

R = 29.66%
G = 21.35%
B = 48.99%

CMYK

 C value IS 0.39

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#845FDA (or 0x845FDA) is known color: Medium Purple. HEX triplet: 84, 5F and DA. RGB value is (132,95,218). Sum of RGB (Red+Green+Blue) = 132+95+218=445 (58% of max value = 765). Red value is 132 (51.95% from 255 or 29.66% from 445); Green value is 95 (37.5% from 255 or 21.35% from 445); Blue value is 218 (85.55% from 255 or 48.99% from 445); Max value from RGB is 218 - color contains mainly: blue. Hex color #845FDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845FDA is #7BA025. Grayscale: #777777. Windows color (decimal): -8101926 or 14311300. OLE color: 14311300.

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

Color convert

RGB 132 95 218 -
CMYK 0.39 0.56 0 0.15
HSL 258.05º 0.62% 0.61% -
HSV(B) 258.05º 0.56% 0.85% -
XYZ 26.26 18.15 68.45 -
YUV 120.09 183.26 136.5 -
System Red Green Blue C M Y K H S L
Decimal 132 95 218 0.39 0.56 0 0.15 258.05 0.62 0.61
Hex 84 5F DA 27 38 0 F 102 3E 3D
Octal 204 137 332 47 70 0 17 402 76 75
Binary 10000100 1011111 11011010 100111 111000 0 1111 100000010 111110 111101

Color Harmonies of #845FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845FDA

Black with #845FDA

Text Example


Text Example

White with #845FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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