Html Css Color HEX #816ADA Medium Purple

📋 copy color: '#816ADA'

red 129 ◦ green 106 ◦ blue 218

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

Shades of Medium Purple #816ADA

Tints of Medium Purple #816ADA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 48.12%

R = 28.48%
G = 23.4%
B = 48.12%

CMYK

 C value IS 0.41

 M value IS 0.51

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#816ADA (or 0x816ADA) is known color: Medium Purple. HEX triplet: 81, 6A and DA. RGB value is (129,106,218). Sum of RGB (Red+Green+Blue) = 129+106+218=453 (60% of max value = 765). Red value is 129 (50.78% from 255 or 28.48% from 453); Green value is 106 (41.80% from 255 or 23.40% from 453); Blue value is 218 (85.55% from 255 or 48.12% from 453); Max value from RGB is 218 - color contains mainly: blue. Hex color #816ADA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #816ADA is #7E9525. Grayscale: #7D7D7D. Windows color (decimal): -8295718 or 14314113. OLE color: 14314113.

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

Color convert

RGB 129 106 218 -
CMYK 0.41 0.51 0 0.15
HSL 252.32º 0.6% 0.64% -
HSV(B) 252.32º 0.51% 0.85% -
XYZ 26.86 20.04 68.78 -
YUV 125.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 129 106 218 0.41 0.51 0 0.15 252.32 0.6 0.64
Hex 81 6A DA 29 33 0 F FC 3C 40
Octal 201 152 332 51 63 0 17 374 74 100
Binary 10000001 1101010 11011010 101001 110011 0 1111 11111100 111100 1000000

Color Harmonies of #816ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #816ADA

Black with #816ADA

Text Example


Text Example

White with #816ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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