Html Css Color HEX #8461DD Medium Purple

📋 copy color: '#8461DD'

red 132 ◦ green 97 ◦ blue 221

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

Shades of Medium Purple #8461DD

Tints of Medium Purple #8461DD

RGB

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

 GREEN value IS 97 (38.28% from 255) = 21.56%

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

R = 29.33%
G = 21.56%
B = 49.11%

CMYK

 C value IS 0.40

 M value IS 0.56

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#8461DD (or 0x8461DD) is known color: Medium Purple. HEX triplet: 84, 61 and DD. RGB value is (132,97,221). Sum of RGB (Red+Green+Blue) = 132+97+221=450 (59% of max value = 765). Red value is 132 (51.95% from 255 or 29.33% from 450); Green value is 97 (38.28% from 255 or 21.56% from 450); Blue value is 221 (86.72% from 255 or 49.11% from 450); Max value from RGB is 221 - color contains mainly: blue. Hex color #8461DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8461DD is #7B9E22. Grayscale: #797979. Windows color (decimal): -8101411 or 14508420. OLE color: 14508420.

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

Color convert

RGB 132 97 221 -
CMYK 0.40 0.56 0 0.13
HSL 256.94º 0.65% 0.62% -
HSV(B) 256.94º 0.56% 0.87% -
XYZ 26.84 18.68 70.6 -
YUV 121.6 184.1 135.42 -
System Red Green Blue C M Y K H S L
Decimal 132 97 221 0.40 0.56 0 0.13 256.94 0.65 0.62
Hex 84 61 DD 28 38 0 D 101 41 3E
Octal 204 141 335 50 70 0 15 401 101 76
Binary 10000100 1100001 11011101 101000 111000 0 1101 100000001 1000001 111110

Color Harmonies of #8461DD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8461DD

Black with #8461DD

Text Example


Text Example

White with #8461DD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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