Html Css Color HEX #845AD8 Medium Purple

📋 copy color: '#845AD8'

red 132 ◦ green 90 ◦ blue 216

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

Shades of Medium Purple #845AD8

Tints of Medium Purple #845AD8

RGB

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

 GREEN value IS 90 (35.55% from 255) = 20.55%

 BLUE value IS 216 (84.77% from 255) = 49.32%

R = 30.14%
G = 20.55%
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

#845AD8 (or 0x845AD8) is known color: Medium Purple. HEX triplet: 84, 5A and D8. RGB value is (132,90,216). Sum of RGB (Red+Green+Blue) = 132+90+216=438 (58% of max value = 765). Red value is 132 (51.95% from 255 or 30.14% from 438); Green value is 90 (35.55% from 255 or 20.55% from 438); Blue value is 216 (84.77% from 255 or 49.32% from 438); Max value from RGB is 216 - color contains mainly: blue. Hex color #845AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #845AD8 is #7BA527. Grayscale: #747474. Windows color (decimal): -8103208 or 14178948. OLE color: 14178948.

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

Color convert

RGB 132 90 216 -
CMYK 0.39 0.58 0 0.15
HSL 260º 0.62% 0.6% -
HSV(B) 260º 0.58% 0.85% -
XYZ 25.57 17.18 66.93 -
YUV 116.92 183.91 138.75 -
System Red Green Blue C M Y K H S L
Decimal 132 90 216 0.39 0.58 0 0.15 260 0.62 0.6
Hex 84 5A D8 27 3A 0 F 104 3E 3C
Octal 204 132 330 47 72 0 17 404 76 74
Binary 10000100 1011010 11011000 100111 111010 0 1111 100000100 111110 111100

Color Harmonies of #845AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #845AD8

Black with #845AD8

Text Example


Text Example

White with #845AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(132,90,216); }

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

background-color css

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

 a { background-color: rgb(132,90,216); }

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

border-color css

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

 span { border-color: rgb(132,90,216); }

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