Html Css Color HEX #8472DB Medium Purple

📋 copy color: '#8472DB'

red 132 ◦ green 114 ◦ blue 219

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

Shades of Medium Purple #8472DB

Tints of Medium Purple #8472DB

RGB

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

 GREEN value IS 114 (44.92% from 255) = 24.52%

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

R = 28.39%
G = 24.52%
B = 47.1%

CMYK

 C value IS 0.40

 M value IS 0.48

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8472DB (or 0x8472DB) is known color: Medium Purple. HEX triplet: 84, 72 and DB. RGB value is (132,114,219). Sum of RGB (Red+Green+Blue) = 132+114+219=465 (61% of max value = 765). Red value is 132 (51.95% from 255 or 28.39% from 465); Green value is 114 (44.92% from 255 or 24.52% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #8472DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8472DB is #7B8D24. Grayscale: #828282. Windows color (decimal): -8097061 or 14381700. OLE color: 14381700.

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

Color convert

RGB 132 114 219 -
CMYK 0.40 0.48 0 0.14
HSL 250.29º 0.59% 0.65% -
HSV(B) 250.29º 0.48% 0.86% -
XYZ 28.32 22.05 69.78 -
YUV 131.35 177.46 128.46 -
System Red Green Blue C M Y K H S L
Decimal 132 114 219 0.40 0.48 0 0.14 250.29 0.59 0.65
Hex 84 72 DB 28 30 0 E FA 3B 41
Octal 204 162 333 50 60 0 16 372 73 101
Binary 10000100 1110010 11011011 101000 110000 0 1110 11111010 111011 1000001

Color Harmonies of #8472DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8472DB

Black with #8472DB

Text Example


Text Example

White with #8472DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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