#8A61F1

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

Shades of Medium Slate Blue #8A61F1

Tints of Medium Slate Blue #8A61F1

Color information

#8A61F1 (or 0x8A61F1) is unknown color: approx Medium Slate Blue. HEX triplet: 8A, 61 and F1. RGB value is (138,97,241). Sum of RGB (Red+Green+Blue) = 138+97+241=476 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.99% from 476); Green value is 97 (38.28% from 255 or 20.38% from 476); Blue value is 241 (94.53% from 255 or 50.63% from 476); Max value from RGB is 241 - color contains mainly: blue. Hex color #8A61F1 is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #8A61F1 is #759E0E. Grayscale: #7D7D7D. Windows color (decimal): -7708175 or 15819146. OLE color: 15819146.

HSL color Cylindrical-coordinate representation of color #8A61F1: hue angle of 257.08º degrees, saturation: 0.84, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8A61F1 is Cyan = 0.43, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.

Color convert

RGB13897241-
CMYK0.430.6000.05
HSL257.08º83.72%66.27%-
HSV(B)257.08º59.75%94.51%-
XYZ30.6320.385.52-
YUV125.68193.08136.79-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.99%
GREEN value IS 97 (38.28% from 255) = 20.38%
BLUE value IS 241 (94.53% from 255) = 50.63%
R=28.99%
G=20.38%
B=50.63%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal138972410.430.6000.05257.0883.7266.27
Hex8A61F12B3C051015442
Octal212141361537405401124102
Binary10001010110000111110001101011111100010110000000110101001000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A61F1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8A61F1; }

 p { color: rgb(138,97,241); }

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

<style>
 a { background-color: #8A61F1; }

 a { background-color: rgb(138,97,241); }

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

<style>
 span { border-color: #8A61F1; }

 span { border-color: rgb(138,97,241); }

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