#8163F1

Color #8163F1 Medium Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Slate Blue #8163F1

Tints of Medium Slate Blue #8163F1

Color information

#8163F1 (or 0x8163F1) is unknown color: approx Medium Slate Blue. HEX triplet: 81, 63 and F1. RGB value is (129,99,241). Sum of RGB (Red+Green+Blue) = 129+99+241=469 (62% of max value = 765). Red value is 129 (50.78% from 255 or 27.51% from 469); Green value is 99 (39.06% from 255 or 21.11% from 469); Blue value is 241 (94.53% from 255 or 51.39% from 469); Max value from RGB is 241 - color contains mainly: blue. Hex color #8163F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8163F1 is #7E9C0E. Grayscale: #7B7B7B. Windows color (decimal): -8297487 or 15819649. OLE color: 15819649.

HSL color Cylindrical-coordinate representation of color #8163F1: hue angle of 252.68º degrees, saturation: 0.84, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8163F1 is Cyan = 0.46, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB12999241-
CMYK0.460.5900.05
HSL252.68º83.53%66.67%-
HSV(B)252.68º58.92%94.51%-
XYZ29.3919.9485.52-
YUV124.16193.94131.45-

RGB Variations

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

RGB

RED value IS 129 (50.78% from 255) = 27.51%
GREEN value IS 99 (39.06% from 255) = 21.11%
BLUE value IS 241 (94.53% from 255) = 51.39%
R=27.51%
G=21.11%
B=51.39%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal129992410.460.5900.05252.6883.5366.67
Hex8163F12E3B05fd5443
Octal201143361567305375124103
Binary1000000111000111111000110111011101101011111110110101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8163F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #8163F1;
 }
 .AnyTagClassName
 {
   color: #8163F1;
 }
</style>
background-color css

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

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

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

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

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

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