Html Css Color HEX #8463DB Medium Purple

📋 copy color: '#8463DB'

red 132 ◦ green 99 ◦ blue 219

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

Shades of Medium Purple #8463DB

Tints of Medium Purple #8463DB

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22%

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

R = 29.33%
G = 22%
B = 48.67%

CMYK

 C value IS 0.40

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8463DB (or 0x8463DB) is known color: Medium Purple. HEX triplet: 84, 63 and DB. RGB value is (132,99,219). Sum of RGB (Red+Green+Blue) = 132+99+219=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 219 (85.94% from 255 or 48.67% from 450); Max value from RGB is 219 - color contains mainly: blue. Hex color #8463DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8463DB is #7B9C24. Grayscale: #7A7A7A. Windows color (decimal): -8100901 or 14377860. OLE color: 14377860.

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

Color convert

RGB 132 99 219 -
CMYK 0.40 0.55 0 0.14
HSL 256.5º 0.63% 0.62% -
HSV(B) 256.5º 0.55% 0.86% -
XYZ 26.76 18.94 69.26 -
YUV 122.55 182.43 134.74 -
System Red Green Blue C M Y K H S L
Decimal 132 99 219 0.40 0.55 0 0.14 256.5 0.63 0.62
Hex 84 63 DB 28 37 0 E 100 3E 3E
Octal 204 143 333 50 67 0 16 400 76 76
Binary 10000100 1100011 11011011 101000 110111 0 1110 100000000 111110 111110

Color Harmonies of #8463DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8463DB

Black with #8463DB

Text Example


Text Example

White with #8463DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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