#9181F0

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

Shades of Light Slate Blue #9181F0

Tints of Light Slate Blue #9181F0

Color information

#9181F0 (or 0x9181F0) is unknown color: approx Light Slate Blue. HEX triplet: 91, 81 and F0. RGB value is (145,129,240). Sum of RGB (Red+Green+Blue) = 145+129+240=514 (68% of max value = 765). Red value is 145 (57.03% from 255 or 28.21% from 514); Green value is 129 (50.78% from 255 or 25.10% from 514); Blue value is 240 (94.14% from 255 or 46.69% from 514); Max value from RGB is 240 - color contains mainly: blue. Hex color #9181F0 is not a web safe color. Web safe color analog (approx): #9999FF. Inversed color of #9181F0 is #6E7E0F. Grayscale: #929292. Windows color (decimal): -7241232 or 15761809. OLE color: 15761809.

HSL color Cylindrical-coordinate representation of color #9181F0: hue angle of 248.65º degrees, saturation: 0.79, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9181F0 is Cyan = 0.40, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.06.

Color convert

RGB145129240-
CMYK0.400.4600.06
HSL248.65º78.72%72.35%-
HSV(B)248.65º46.25%94.12%-
XYZ35.2628.0185.99-
YUV146.44180.8126.97-

RGB Variations

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

RGB

RED value IS 145 (57.03% from 255) = 28.21%
GREEN value IS 129 (50.78% from 255) = 25.10%
BLUE value IS 240 (94.14% from 255) = 46.69%
R=28.21%
G=25.10%
B=46.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.06
SystemRedGreenBlueCMYKHSL
Decimal1451292400.400.4600.06248.6578.7272.35
Hex9181F0282E06f94f48
Octal221201360505606371117110
Binary10010001100000011111000010100010111001101111100110011111001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9181F0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9181F0; }

 p { color: rgb(145,129,240); }

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

<style>
 a { background-color: #9181F0; }

 a { background-color: rgb(145,129,240); }

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

<style>
 span { border-color: #9181F0; }

 span { border-color: rgb(145,129,240); }

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