Html Css Color HEX #8460DB Medium Purple

📋 copy color: '#8460DB'

red 132 ◦ green 96 ◦ blue 219

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

Shades of Medium Purple #8460DB

Tints of Medium Purple #8460DB

RGB

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

 GREEN value IS 96 (37.89% from 255) = 21.48%

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

R = 29.53%
G = 21.48%
B = 48.99%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8460DB (or 0x8460DB) is known color: Medium Purple. HEX triplet: 84, 60 and DB. RGB value is (132,96,219). Sum of RGB (Red+Green+Blue) = 132+96+219=447 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.53% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #8460DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8460DB is #7B9F24. Grayscale: #787878. Windows color (decimal): -8101669 or 14377092. OLE color: 14377092.

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

Color convert

RGB 132 96 219 -
CMYK 0.40 0.56 0 0.14
HSL 257.56º 0.63% 0.62% -
HSV(B) 257.56º 0.56% 0.86% -
XYZ 26.48 18.39 69.17 -
YUV 120.79 183.43 136 -
System Red Green Blue C M Y K H S L
Decimal 132 96 219 0.40 0.56 0 0.14 257.56 0.63 0.62
Hex 84 60 DB 28 38 0 E 102 3F 3E
Octal 204 140 333 50 70 0 16 402 77 76
Binary 10000100 1100000 11011011 101000 111000 0 1110 100000010 111111 111110

Color Harmonies of #8460DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8460DB

Black with #8460DB

Text Example


Text Example

White with #8460DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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