Html Css Color HEX #816AD8 Medium Purple

📋 copy color: '#816AD8'

red 129 ◦ green 106 ◦ blue 216

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

Shades of Medium Purple #816AD8

Tints of Medium Purple #816AD8

RGB

 RED value IS 129 (50.78% from 255) = 28.6%

 GREEN value IS 106 (41.8% from 255) = 23.5%

 BLUE value IS 216 (84.77% from 255) = 47.89%

R = 28.6%
G = 23.5%
B = 47.89%

CMYK

 C value IS 0.40

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#816AD8 (or 0x816AD8) is known color: Medium Purple. HEX triplet: 81, 6A and D8. RGB value is (129,106,216). Sum of RGB (Red+Green+Blue) = 129+106+216=451 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.60% from 451); Green value is 106 (41.80% from 255 or 23.50% from 451); Blue value is 216 (84.77% from 255 or 47.89% from 451); Max value from RGB is 216 - color contains mainly: blue. Hex color #816AD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816AD8 is #7E9527. Grayscale: #7D7D7D. Windows color (decimal): -8295720 or 14183041. OLE color: 14183041.

HSL color Cylindrical-coordinate representation of color #816AD8: hue angle of 252.55º degrees, saturation: 0.59, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #816AD8 is Cyan = 0.40, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 106 216 -
CMYK 0.40 0.51 0 0.15
HSL 252.55º 0.59% 0.63% -
HSV(B) 252.55º 0.51% 0.85% -
XYZ 26.6 19.93 67.41 -
YUV 125.42 179.12 130.56 -
System Red Green Blue C M Y K H S L
Decimal 129 106 216 0.40 0.51 0 0.15 252.55 0.59 0.63
Hex 81 6A D8 28 33 0 F FD 3B 3F
Octal 201 152 330 50 63 0 17 375 73 77
Binary 10000001 1101010 11011000 101000 110011 0 1111 11111101 111011 111111

Color Harmonies of #816AD8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816AD8

Black with #816AD8

Text Example


Text Example

White with #816AD8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #816AD8; }

 p { color: rgb(129,106,216); }

 H1.HeaderClassName
 {
   color: #816AD8;
 }
 .AnyTagClassName
 {
   color: #816AD8;
 }
</style>

background-color css

<style>
 a { background-color: #816AD8; }

 a { background-color: rgb(129,106,216); }

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

border-color css

<style>
 span { border-color: #816AD8; }

 span { border-color: rgb(129,106,216); }

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