Html Css Color HEX #8470DB Medium Purple

📋 copy color: '#8470DB'

red 132 ◦ green 112 ◦ blue 219

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

Shades of Medium Purple #8470DB

Tints of Medium Purple #8470DB

RGB

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

 GREEN value IS 112 (44.14% from 255) = 24.19%

 BLUE value IS 219 (85.94% from 255) = 47.3%

R = 28.51%
G = 24.19%
B = 47.3%

CMYK

 C value IS 0.40

 M value IS 0.49

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8470DB (or 0x8470DB) is known color: Medium Purple. HEX triplet: 84, 70 and DB. RGB value is (132,112,219). Sum of RGB (Red+Green+Blue) = 132+112+219=463 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.51% from 463); Green value is 112 (44.14% from 255 or 24.19% from 463); Blue value is 219 (85.94% from 255 or 47.30% from 463); Max value from RGB is 219 - color contains mainly: blue. Hex color #8470DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8470DB is #7B8F24. Grayscale: #818181. Windows color (decimal): -8097573 or 14381188. OLE color: 14381188.

HSL color Cylindrical-coordinate representation of color #8470DB: hue angle of 251.21º degrees, saturation: 0.6, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8470DB is Cyan = 0.40, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 112 219 -
CMYK 0.40 0.49 0 0.14
HSL 251.22º 0.6% 0.65% -
HSV(B) 251.22º 0.49% 0.86% -
XYZ 28.1 21.61 69.71 -
YUV 130.18 178.13 129.3 -
System Red Green Blue C M Y K H S L
Decimal 132 112 219 0.40 0.49 0 0.14 251.22 0.6 0.65
Hex 84 70 DB 28 31 0 E FB 3C 41
Octal 204 160 333 50 61 0 16 373 74 101
Binary 10000100 1110000 11011011 101000 110001 0 1110 11111011 111100 1000001

Color Harmonies of #8470DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8470DB

Black with #8470DB

Text Example


Text Example

White with #8470DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8470DB; }

 p { color: rgb(132,112,219); }

 H1.HeaderClassName
 {
   color: #8470DB;
 }
 .AnyTagClassName
 {
   color: #8470DB;
 }
</style>

background-color css

<style>
 a { background-color: #8470DB; }

 a { background-color: rgb(132,112,219); }

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

border-color css

<style>
 span { border-color: #8470DB; }

 span { border-color: rgb(132,112,219); }

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