Html Css Color HEX #8468DB Medium Purple

📋 copy color: '#8468DB'

red 132 ◦ green 104 ◦ blue 219

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

Shades of Medium Purple #8468DB

Tints of Medium Purple #8468DB

RGB

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

 GREEN value IS 104 (41.02% from 255) = 22.86%

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

R = 29.01%
G = 22.86%
B = 48.13%

CMYK

 C value IS 0.40

 M value IS 0.53

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8468DB (or 0x8468DB) is known color: Medium Purple. HEX triplet: 84, 68 and DB. RGB value is (132,104,219). Sum of RGB (Red+Green+Blue) = 132+104+219=455 (60% of max value = 765). Red value is 132 (51.95% from 255 or 29.01% from 455); Green value is 104 (41.02% from 255 or 22.86% from 455); Blue value is 219 (85.94% from 255 or 48.13% from 455); Max value from RGB is 219 - color contains mainly: blue. Hex color #8468DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8468DB is #7B9724. Grayscale: #7D7D7D. Windows color (decimal): -8099621 or 14379140. OLE color: 14379140.

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

Color convert

RGB 132 104 219 -
CMYK 0.40 0.53 0 0.14
HSL 254.61º 0.61% 0.63% -
HSV(B) 254.61º 0.53% 0.86% -
XYZ 27.25 19.92 69.43 -
YUV 125.48 180.78 132.65 -
System Red Green Blue C M Y K H S L
Decimal 132 104 219 0.40 0.53 0 0.14 254.61 0.61 0.63
Hex 84 68 DB 28 35 0 E FF 3D 3F
Octal 204 150 333 50 65 0 16 377 75 77
Binary 10000100 1101000 11011011 101000 110101 0 1110 11111111 111101 111111

Color Harmonies of #8468DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8468DB

Black with #8468DB

Text Example


Text Example

White with #8468DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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