#9A61FF

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

Shades of Light Slate Blue #9A61FF

Tints of Light Slate Blue #9A61FF

Color information

#9A61FF (or 0x9A61FF) is unknown color: approx Light Slate Blue. HEX triplet: 9A, 61 and FF. RGB value is (154,97,255). Sum of RGB (Red+Green+Blue) = 154+97+255=506 (67% of max value = 765). Red value is 154 (60.55% from 255 or 30.43% from 506); Green value is 97 (38.28% from 255 or 19.17% from 506); Blue value is 255 (100% from 255 or 50.40% from 506); Max value from RGB is 255 - color contains mainly: blue. Hex color #9A61FF is not a web safe color. Web safe color analog (approx): #9966FF. Inversed color of #9A61FF is #659E00. Grayscale: #838383. Windows color (decimal): -6659585 or 16736666. OLE color: 16736666.

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

Color convert

RGB15497255-
CMYK0.400.6200
HSL261.65º100%69.02%-
HSV(B)261.65º61.96%100%-
XYZ35.6522.6497.1-
YUV132.06197.38143.65-

RGB Variations

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

RGB

RED value IS 154 (60.55% from 255) = 30.43%
GREEN value IS 97 (38.28% from 255) = 19.17%
BLUE value IS 255 (100% from 255) = 50.40%
R=30.43%
G=19.17%
B=50.40%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal154972550.400.6200261.6510069.02
Hex9A61FF283E001066445
Octal232141377507600406144105
Binary100110101100001111111111010001111100010000011011001001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9A61FF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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