Html Css Color HEX #8452DB Medium Purple

📋 copy color: '#8452DB'

red 132 ◦ green 82 ◦ blue 219

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

Shades of Medium Purple #8452DB

Tints of Medium Purple #8452DB

RGB

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

 GREEN value IS 82 (32.42% from 255) = 18.94%

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

R = 30.48%
G = 18.94%
B = 50.58%

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

#8452DB (or 0x8452DB) is known color: Medium Purple. HEX triplet: 84, 52 and DB. RGB value is (132,82,219). Sum of RGB (Red+Green+Blue) = 132+82+219=433 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.48% from 433); Green value is 82 (32.42% from 255 or 18.94% from 433); Blue value is 219 (85.94% from 255 or 50.58% from 433); Max value from RGB is 219 - color contains mainly: blue. Hex color #8452DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452DB is #7BAD24. Grayscale: #707070. Windows color (decimal): -8105253 or 14373508. OLE color: 14373508.

HSL color Cylindrical-coordinate representation of color #8452DB: hue angle of 261.9º 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 #8452DB is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 132 82 219 -
CMYK 0.40 0.63 0 0.14
HSL 261.9º 0.66% 0.59% -
HSV(B) 261.9º 0.63% 0.86% -
XYZ 25.32 16.05 68.78 -
YUV 112.57 188.07 141.86 -
System Red Green Blue C M Y K H S L
Decimal 132 82 219 0.40 0.63 0 0.14 261.9 0.66 0.59
Hex 84 52 DB 28 3F 0 E 106 42 3B
Octal 204 122 333 50 77 0 16 406 102 73
Binary 10000100 1010010 11011011 101000 111111 0 1110 100000110 1000010 111011

Color Harmonies of #8452DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8452DB

Black with #8452DB

Text Example


Text Example

White with #8452DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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