Html Css Color HEX #8453DD Medium Purple

📋 copy color: '#8453DD'

red 132 ◦ green 83 ◦ blue 221

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

Shades of Medium Purple #8453DD

Tints of Medium Purple #8453DD

RGB

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

 GREEN value IS 83 (32.81% from 255) = 19.04%

 BLUE value IS 221 (86.72% from 255) = 50.69%

R = 30.28%
G = 19.04%
B = 50.69%

CMYK

 C value IS 0.40

 M value IS 0.62

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8453DD (or 0x8453DD) is known color: Medium Purple. HEX triplet: 84, 53 and DD. RGB value is (132,83,221). Sum of RGB (Red+Green+Blue) = 132+83+221=436 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.28% from 436); Green value is 83 (32.81% from 255 or 19.04% from 436); Blue value is 221 (86.72% from 255 or 50.69% from 436); Max value from RGB is 221 - color contains mainly: blue. Hex color #8453DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8453DD is #7BAC22. Grayscale: #707070. Windows color (decimal): -8104995 or 14504836. OLE color: 14504836.

HSL color Cylindrical-coordinate representation of color #8453DD: hue angle of 261.3º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8453DD is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 132 83 221 -
CMYK 0.40 0.62 0 0.13
HSL 261.3º 0.67% 0.6% -
HSV(B) 261.3º 0.62% 0.87% -
XYZ 25.66 16.31 70.2 -
YUV 113.38 188.73 141.28 -
System Red Green Blue C M Y K H S L
Decimal 132 83 221 0.40 0.62 0 0.13 261.3 0.67 0.6
Hex 84 53 DD 28 3E 0 D 105 43 3C
Octal 204 123 335 50 76 0 15 405 103 74
Binary 10000100 1010011 11011101 101000 111110 0 1101 100000101 1000011 111100

Color Harmonies of #8453DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8453DD

Black with #8453DD

Text Example


Text Example

White with #8453DD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8453DD; }

 p { color: rgb(132,83,221); }

 H1.HeaderClassName
 {
   color: #8453DD;
 }
 .AnyTagClassName
 {
   color: #8453DD;
 }
</style>

background-color css

<style>
 a { background-color: #8453DD; }

 a { background-color: rgb(132,83,221); }

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

border-color css

<style>
 span { border-color: #8453DD; }

 span { border-color: rgb(132,83,221); }

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