Html Css Color HEX #8451DB Medium Purple

📋 copy color: '#8451DB'

red 132 ◦ green 81 ◦ blue 219

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

Shades of Medium Purple #8451DB

Tints of Medium Purple #8451DB

RGB

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

 GREEN value IS 81 (32.03% from 255) = 18.75%

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

R = 30.56%
G = 18.75%
B = 50.69%

CMYK

 C value IS 0.40

 M value IS 0.63

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#8451DB (or 0x8451DB) is known color: Medium Purple. HEX triplet: 84, 51 and DB. RGB value is (132,81,219). Sum of RGB (Red+Green+Blue) = 132+81+219=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 81 (32.03% from 255 or 18.75% from 432); Blue value is 219 (85.94% from 255 or 50.69% from 432); Max value from RGB is 219 - color contains mainly: blue. Hex color #8451DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8451DB is #7BAE24. Grayscale: #6F6F6F. Windows color (decimal): -8105509 or 14373252. OLE color: 14373252.

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

Color convert

RGB 132 81 219 -
CMYK 0.40 0.63 0 0.14
HSL 262.17º 0.66% 0.59% -
HSV(B) 262.17º 0.63% 0.86% -
XYZ 25.24 15.9 68.76 -
YUV 111.98 188.4 142.28 -
System Red Green Blue C M Y K H S L
Decimal 132 81 219 0.40 0.63 0 0.14 262.17 0.66 0.59
Hex 84 51 DB 28 3F 0 E 106 42 3B
Octal 204 121 333 50 77 0 16 406 102 73
Binary 10000100 1010001 11011011 101000 111111 0 1110 100000110 1000010 111011

Color Harmonies of #8451DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8451DB

Black with #8451DB

Text Example


Text Example

White with #8451DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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