Html Css Color HEX #8464DB Medium Purple

📋 copy color: '#8464DB'

red 132 ◦ green 100 ◦ blue 219

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

Shades of Medium Purple #8464DB

Tints of Medium Purple #8464DB

RGB

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

 GREEN value IS 100 (39.45% from 255) = 22.17%

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

R = 29.27%
G = 22.17%
B = 48.56%

CMYK

 C value IS 0.40

 M value IS 0.54

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8464DB (or 0x8464DB) is known color: Medium Purple. HEX triplet: 84, 64 and DB. RGB value is (132,100,219). Sum of RGB (Red+Green+Blue) = 132+100+219=451 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.27% from 451); Green value is 100 (39.45% from 255 or 22.17% from 451); Blue value is 219 (85.94% from 255 or 48.56% from 451); Max value from RGB is 219 - color contains mainly: blue. Hex color #8464DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8464DB is #7B9B24. Grayscale: #7A7A7A. Windows color (decimal): -8100645 or 14378116. OLE color: 14378116.

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

Color convert

RGB 132 100 219 -
CMYK 0.40 0.54 0 0.14
HSL 256.13º 0.62% 0.63% -
HSV(B) 256.13º 0.54% 0.86% -
XYZ 26.86 19.13 69.3 -
YUV 123.13 182.1 134.32 -
System Red Green Blue C M Y K H S L
Decimal 132 100 219 0.40 0.54 0 0.14 256.13 0.62 0.63
Hex 84 64 DB 28 36 0 E 100 3E 3F
Octal 204 144 333 50 66 0 16 400 76 77
Binary 10000100 1100100 11011011 101000 110110 0 1110 100000000 111110 111111

Color Harmonies of #8464DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8464DB

Black with #8464DB

Text Example


Text Example

White with #8464DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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