#9A61FE

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

Shades of Light Slate Blue #9A61FE

Tints of Light Slate Blue #9A61FE

Color information

#9A61FE (or 0x9A61FE) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 61 and FE. RGB value is (154,97,254). Sum of RGB (Red+Green+Blue) = 154+97+254=505 (66% of max value = 765). Red value is 154 (60.55% from 255 or 30.50% from 505); Green value is 97 (38.28% from 255 or 19.21% from 505); Blue value is 254 (99.61% from 255 or 50.30% from 505); Max value from RGB is 254 - color contains mainly: blue. Hex color #9A61FE is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A61FE is #659E01. Grayscale: #838383. Windows color (decimal): -6659586 or 16671130. OLE color: 16671130.

HSL color Cylindrical-coordinate representation of color #9A61FE: hue angle of 261.78º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #9A61FE is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.00.

Color convert

RGB15497254-
CMYK0.390.6200.00
HSL261.78º98.74%68.82%-
HSV(B)261.78º61.81%99.61%-
XYZ35.4922.5896.25-
YUV131.94196.88143.73-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.50%
GREEN value IS 97 (38.28% from 255) = 19.21%
BLUE value IS 254 (99.61% from 255) = 50.30%
R=30.50%
G=19.21%
B=50.30%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal154972540.390.6200.00261.7898.7468.82
Hex9A61FE273E001066345
Octal232141376477600406143105
Binary100110101100001111111101001111111100010000011011000111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A61FE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9A61FE; }

 p { color: rgb(154,97,254); }

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

<style>
 a { background-color: #9A61FE; }

 a { background-color: rgb(154,97,254); }

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

<style>
 span { border-color: #9A61FE; }

 span { border-color: rgb(154,97,254); }

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