Html Css Color HEX #8163DA Medium Purple

📋 copy color: '#8163DA'

red 129 ◦ green 99 ◦ blue 218

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

Shades of Medium Purple #8163DA

Tints of Medium Purple #8163DA

RGB

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

 GREEN value IS 99 (39.06% from 255) = 22.2%

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

R = 28.92%
G = 22.2%
B = 48.88%

CMYK

 C value IS 0.41

 M value IS 0.55

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#8163DA (or 0x8163DA) is known color: Medium Purple. HEX triplet: 81, 63 and DA. RGB value is (129,99,218). Sum of RGB (Red+Green+Blue) = 129+99+218=446 (59% of max value = 765). Red value is 129 (50.78% from 255 or 28.92% from 446); Green value is 99 (39.06% from 255 or 22.20% from 446); Blue value is 218 (85.55% from 255 or 48.88% from 446); Max value from RGB is 218 - color contains mainly: blue. Hex color #8163DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8163DA is #7E9C25. Grayscale: #797979. Windows color (decimal): -8297510 or 14312321. OLE color: 14312321.

HSL color Cylindrical-coordinate representation of color #8163DA: hue angle of 255.13º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8163DA is Cyan = 0.41, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 129 99 218 -
CMYK 0.41 0.55 0 0.15
HSL 255.13º 0.62% 0.62% -
HSV(B) 255.13º 0.55% 0.85% -
XYZ 26.17 18.65 68.55 -
YUV 121.54 182.44 133.32 -
System Red Green Blue C M Y K H S L
Decimal 129 99 218 0.41 0.55 0 0.15 255.13 0.62 0.62
Hex 81 63 DA 29 37 0 F FF 3E 3E
Octal 201 143 332 51 67 0 17 377 76 76
Binary 10000001 1100011 11011010 101001 110111 0 1111 11111111 111110 111110

Color Harmonies of #8163DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8163DA

Black with #8163DA

Text Example


Text Example

White with #8163DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8163DA; }

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

 H1.HeaderClassName
 {
   color: #8163DA;
 }
 .AnyTagClassName
 {
   color: #8163DA;
 }
</style>

background-color css

<style>
 a { background-color: #8163DA; }

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

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

border-color css

<style>
 span { border-color: #8163DA; }

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

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